DCL:GRPH1:SGPACK: User Interface:Explanation of Subroutines: Normalization Transformation
Sets the parameters for normalization transformation.
CALL SGSWND(UXMIN,UXMAX,UYMIN,UYMAX)
CALL SGSSIM(SIMFAC,VXOFF,VYOFF)
CALL SGSMPL(PLX,PLY,PLROT)
UXMIN,UXMAX,UYMIN,UYMAX (R) The window. See Section 1.4. SIMFAC (R) The scaling factor for similar transformation. See Section 1.4. VXOFF,VYOFF (R) The offset of the origin. When VXOFF, VYOFF are 0, the origin is set at the center of the viewport. See Section 1.4. PLX,PLY,PLROT (R) The angle of rotation in the map projection. See Section 1.4.
CALL SGQWND(UXMIN,UXMAX,UYMIN,UYMAX)
CALL SGQSIM(SIMFAC,VXOFF,VYOFF)
CALL SGQMPL(PLX,PLY,PLROT).