UT555
Subroutine UT555 - coordinate conversion
RECORD/zgeo/mfrom, mto
REAL*8 trans(3,3)
CALL UT555 (mfrom,mto,trans)
-
mfrom
-
location in the "old" system [in]
-
mto
-
location in the "new" system [out]
-
trans
-
transformation matrix [in]
The subroutine UT555 converts spherical coordinates from a coordinate system
to another according to the transformation matrix trans
passed as argument. The matrix trans
corresponds
generally to a rotation and can be evaluated by the help of subroutine
UT550.
Note that the matrix trans
is expressed in cartesian
coordinates.
The subroutine converts the location mfrom
expressed
in the "old" coordinate system to the same location but expressed in the
"new" coordinate system.
History
The subroutine UT555 does not exist in version 1.05 and earlier.
Called by
Calls