|
subroutine | plrot (rot3, n, x, y, z) |
| Apply a constant rotation to a three dimensional polyline. More...
|
|
subroutine | dplrot (rot3, n, x, y, z) |
| Apply a constant rotation to a three dimensional polyline. More...
|
|
Definition at line 49 of file pmat5.f90.
◆ plrot()
subroutine pmat5::plrot::plrot |
( |
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 |
|
) |
| |
|
private |
Apply a constant rotation to a three dimensional polyline.
- Parameters
-
[in] | rot3 | rotation matrix. |
[in] | n | number of points in the polyline. |
[in,out] | x | cartesian components of the three dimensional polyline. |
[in,out] | y | cartesian components of the three dimensional polyline. |
[in,out] | z | cartesian components of the three dimensional polyline. |
- Author
- R. J. Purser
Definition at line 1040 of file pmat5.f90.
◆ dplrot()
subroutine pmat5::plrot::dplrot |
( |
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 |
|
) |
| |
|
private |
Apply a constant rotation to a three dimensional polyline.
- Parameters
-
[in] | rot3 | rotation matrix. |
[in] | n | number of points in the polyline. |
[in,out] | x | cartesian components of the three dimensional polyline. |
[in,out] | y | cartesian components of the three dimensional polyline. |
[in,out] | z | cartesian components of the three dimensional polyline. |
- Author
- R. J. Purser
Definition at line 1084 of file pmat5.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat5.f90