Previous: setvp2 Up: ../plot79_s.html Next: setwc


SETVP3

       SUBROUTINE  SETVP3 (XMINP,XMAXP,YMINP,YMAXP,ZMINP,ZMAXP)
 C$    (Set 3-D Viewport)
 C$    Establish  a  three-dimensional  viewport  lying   entirely
 C$    within the unit cube.  The ranges of the normalized  device
 C$    coordinates   in   each   dimension   are    (XMINP,XMAXP),
 C$    (YMINP,YMAXP),  and   (ZMINP,ZMAXP)   respectively.    Each
 C$    parameter must lie in the interval 0.0..1.0, or in  smaller
 C$    ranges defined by the size of normalized device  coordinate
 C$    space if it has been reset by a call to SETDS2 or SETDS3.
 C$    (02-FEB-82)