DCL:GRPH1:STPACK: Transformation Functions:Explanation of Subroutines: Coordinate Transformation
Performs a normalization transformation (transformation of UC and VC)
CALL STFTRF(UX,UY,VX,VY)
CALL STITRF(VX,VY,UX,UY)
CALL STSTRF(LMAP)
CALL STQTRF(LMAP)
UX,UY (R) Coordinates in UC. VX,VY (R) Coordinates in VC. LMAP (L) A flag indicating a map projection function
- (a)
- These functions internally call STFRAD, STFROT, and STFTRN.
- (b)
- When LFLAG=.TRUE., STFTRN is called after coordinate rotation by STFROT.
- (c)
- In map projections, when transformation is not possible due to such factors as a singular point, the value of the internal variable RUNDEF handled by GLpGET/GLpSET is returned. (The initial value is -999.0.)