Previous: setup2 Up: ../plot79_s.html Next: setvd


SETUP3

       SUBROUTINE  SETUP3 (DX,DY,DZ)
 C$    (Set 3-D View Up Direction)
 C$    Define  the  view  up  direction  by  specifying  a  vector
 C$    (DX,DY,DZ), measured in world  coordinates relative to  the
 C$    view reference point.  The projection of this vector on the
 C$    view plane will be the up direction, that is, the  positive
 C$    V axis  of  the  left-handed UVW  world  coordinate  system
 C$    defining the view volume.  The V axis will be vertical when
 C$    the view plane is mapped to the view surface.
 C$    (27-JAN-83)