Back|Forward
DCL:GRPH1:Summary:3-D Normalization Transformations
1.5.2 Parameters for 3-D Normalization Transformation
The following parameters are necessary for normalization transformation of
the 3-D U-coordinate to the 3-D V-coordinate. These can be
set/inquired separately using the internal-variable-management routine sgpget/sgpset
for GRPH1, but can also be set at once by using the utility for setting similar parameters available in
scpack.
- Viewport
- (VXMIN3, VXMAX3, VYMIN3, VYMAX3, VZMIN3, VZMAX3)
A set of parameters necessary for transforming rectangular linear coordinate (itr=1),
and is set together with the window parameters. Unlike the viewport in 2-D, it
has no connection to the clipping range.
These parameters can be changed/inquired with scsvpt/scqvpt.
- Window
- (UXMIN3, UXMAX3, UYMIN3, UYMAX3, UZMIN3, UZMAX3)
When itr=1, the coordinate values corresponding to the viewport is
specified with the values in UC.
These parameters can be changed/inquired with scswnd/scqwnd.
- Log Switch
- (LXLOG3, LYLOG3, LZLOG3)
When itr=1, set .true. to make both axes presented in log.
These parameters can be changed/inquired with scslog/scqlog.
- Similar Transformation Parameters
- (SIMFAC3, VXORG3, VYORG3, VZORG3)
A set of parameters for similar transformation (scaling/origin shift) specified in the
case of cylindrical and spherical coordinates. The origin is set as (VXORG3, VYORG3, VZORG3).
These parameters can be changed/inquired with scsorg/scqorg.