loadmatrix(3G) loadmatrix(3G)
NAME
loadmatrix - loads a transformation matrix
SPECIFICATION
C loadmatrix(m)
Matrix m;
FORTRAN subroutine loadma(m)
real m(4,4)
DESCRIPTION
loadmatrix loads a 4x4 floating point matrix onto the matrix
stack; it replaces the current top matrix.
SEE ALSO
multmatrix, popmatrix, pushmatrix
Programming Guide, Section 4.5, User-Defined Transformations
Page 1 (printed 8/20/87)