loadmatrix(3G) — Silicon Graphics
NAME
loadmatrix − loads a transformation matrix
SPECIFICATION
C
loadmatrix(m)
Matrix m;
FORTRAN
subroutine loadma(m)
real m(4,4)
Pascal
procedure loadmatrix(var m: Matrix);
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
Version 3.6 — December 20, 1987