The
matrix
stack allows
one to save the current matrix, perform some transformations, and then return
to the saved matrix.
- A push will save the current matrix on the
stack.
- A pop will restore the previously saved
matrix.
A
matrix stack is part of
glUtil,
designed to work with GLM.