grid_tools 1.14.0
Loading...
Searching...
No Matches
pmat5::plroti Interface Reference

Public Member Functions

subroutine plroti (rot3, n, x, y, z)
 Invert the rotation of a three-dimensional polyline.
 
subroutine dplroti (rot3, n, x, y, z)
 Invert the rotation of a three-dimensional polyline.
 

Detailed Description

Definition at line 50 of file pmat5.f90.

Constructor & Destructor Documentation

◆ plroti()

subroutine pmat5::plroti::plroti ( real(sp), dimension(3,3), intent(in) rot3,
integer, intent(in) n,
real(sp), dimension(n), intent(inout) x,
real(sp), dimension(n), intent(inout) y,
real(sp), dimension(n), intent(inout) z )

Invert the rotation of a three-dimensional polyline.

Parameters
[in]rot3rotation to be inverted.
[in]nnumber of points in the polyline.
[in,out]xcartesian components of the three dimensional polyline.
[in,out]ycartesian components of the three dimensional polyline.
[in,out]zcartesian components of the three dimensional polyline.
Author
R. J. Purser

Definition at line 1061 of file pmat5.f90.

Member Function/Subroutine Documentation

◆ dplroti()

subroutine pmat5::plroti::dplroti ( real(dp), dimension(3,3), intent(in) rot3,
integer, intent(in) n,
real(dp), dimension(n), intent(inout) x,
real(dp), dimension(n), intent(inout) y,
real(dp), dimension(n), intent(inout) z )

Invert the rotation of a three-dimensional polyline.

Parameters
[in]rot3rotation to be inverted.
[in]nnumber of points in the polyline.
[in,out]xcartesian components of the three dimensional polyline.
[in,out]ycartesian components of the three dimensional polyline.
[in,out]zcartesian components of the three dimensional polyline.
Author
R. J. Purser

Definition at line 1105 of file pmat5.f90.


The documentation for this interface was generated from the following file: