popmatrix(3) — Unix Programmer’s Manual
NAME
popmatrix - pop the transformation matrix stack
SYNOPSIS
C
popmatrix()
FORTRAN
subroutine popmat
Pascal
procedure popmatrix;
DESCRIPTION
Popmatrix pops the transformation matrix stack. The matrix on top of the stack before the execution of popmatrix is lost.
SEE ALSO
loadmatrix, multmatrix, pushmatrix
Silicon Graphics — R1c