PpopMatrix
processingPops the current transformation matrix off the matrix stack. Understanding pushing and popping requires understanding the concept of a matrix stack. The PpushMatrix
function saves the current coordinate system to the stack and PpopMatrix
restores the prior coordinate system. PpushMatrix
and PpopMatrix
are used in conjuction with the other transformation functions and may be nested to control the scope of the transformations.