getmatrix(3G) getmatrix(3G)
NAME
getmatrix - returns the current transformation matrix
SPECIFICATION
C getmatrix(m)
Matrix m;
FORTRAN subroutine getmat(m)
real m(4,4)
DESCRIPTION
getmatrix copies the transformation matrix from the top of
the stack to a user-specified array. The matrix stack does
not change.
SEE ALSO
loadmatrix, multmatrix, popmatrix, pushmatrix
Programming Guide, Section 4.5, User-Defined Transformations
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)