Previous: matry Up: ../plot79_m.html Next: matsc


MATRZ

       SUBROUTINE  MATRZ (T,ANGLE)
 C$    (Rotation About Z Axis)
 C$    Return in  T(*,*)  a  4-dimensional  transformation  matrix
 C$    corresponding to a rotation by "ANGLE" degrees about the  Z
 C$    axis.   A  positive  angle  represents  a  counterclockwise
 C$    rotation.
 C$    (03-APR-82)