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


MATRX

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