Previous: matxrx Up: ../plot79_m.html Next: matxrz


MATXRY

       SUBROUTINE  MATXRY (ANGLE)
 C$    (Transform -- Rotation About Y Axis)
 C$    Compute a 4-dimensional transformation matrix corresponding
 C$    to a  rotation by  "ANGLE"  degrees about  the Y  axis.   A
 C$    positive angle represents a counterclockwise rotation.
 C$
 C$    The stored transformation matrix is multiplied on the right
 C$    by the computed rotation matrix.
 C$
 C$    MATXSM() sets  the  stored  matrix  to  a  starting  value,
 C$    MATXIM() inquires the current  value, and MATXIO()  selects
 C$    printing of intermediate matrices.
 C$    (08-FEB-90)