DCL:GRPH1:SCPACK: 3-D User Interface:Explanation of Subroutines: 3-D Normalization Transformation
Changes the parameters for 3-D normalization transformations.
CALL SCSVPT(VXMIN3,VXMAX3,VYMIN3,VYMAX3,VZMIN3,VZMAX3)
CALL SCSWND(UXMIN3,UXMAX3,UYMIN3,UYMAX3,UZMIN3,UZMAX3)
CALL SCSLOG(LXLOG3,LYLOG3,LZLOG3)
CALL SCSORG(SIMFAC,VXORG3,VYORG3,VZORG3)
VXMIN3,VXMAX3,VYMIN3, (R) The viewport for a rectangular linear coordinate. See Section 1.5. VYMAX3,VZMIN3,VZMAX3 UXMIN3,UXMAX3,UYMIN3, (R) The window for a rectangular linear coordinate. See Section 1.5. UYMAX3,UZMIN3,UZMAX3 LXLOG3,LYLOG3,LZLOG3 (R) Specifies the log axes for a rectangular linear coordinate. See Section 1.5. SIMFAC (R) The scaling factor for a cylindrical or spherical coordinate. See Section 1.5. VXORG3,VYORG3,VZORG3 (R) The position of origin in a cylindrical or spherical coordinate. See Section 1.5.
CALL SCQVPT(VXMIN3,VXMAX3,VYMIN3,VYMAX3,VZMIN3,VZMAX3)
CALL SCQWND(UXMIN3,UXMAX3,UYMIN3,UYMAX3,VZMIN3,VZMAX3)
CALL SCSLOG(LXLOG3,LYLOG3,LZLOG3)
CALL SCQORG(SIMFAC,VXORG3,VYORG3,VZORG3).