getmatrix() — Silicon Graphics
NAME
getmatrix - returns the current transformation matrix
SPECIFICATION
C
getmatrix(m)
Matrix m;
FORTRAN
subroutine getmat(m)
real m(4,4)
Pascal
procedure getmatrix(var m: Matrix);
DESCRIPTION
getmatrix copies the transformation matrix from the top of the stack to an array provided by the user. The matrix stack is unchanged.
SEE ALSO
loadmatrix, multmatrix
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986