loadmatrix() — 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 4×4 floating point matrix onto the matrix stack, replacing the current top of the stack.
SEE ALSO
multmatrix, popmatrix, pushmatrix
Version 2.4 — May 08, 1986