void
PushMatrix
(
)
Multiply all coordinates until the next PopMatrix with the given matrix.
PushMatrix and PushSetMatrix are slightly different:
PushMatrix stacks with all previously pushed matrices. The active matrix becomes the product of the given matrix and the previously active one.
PushSetMatrix sets the current matrix directly. The active matrix becomes the last pushed matrix.