Previous: pltlaq Up: ../plot79_p.html Next: pltls


PLTLL

       SUBROUTINE  PLTLL (X,Y,Z, WX,WY,WZ, HX,HY,HZ)
 C$    (Parallelogram)
 C$    Starting at  the point  (X,Y,Z) draw  a parallelogram  with
 C$    sides defined by  vectors (HX,HY,HZ)  and (WX,WY,WZ)  drawn
 C$    from (X,Y,Z).
 C$    (09-APR-82)