MatrixStack.push

Pushes the top matrix on the stack and sets matrix as the new top matrix.

  1. void push()
  2. void push(Matrix matrix)
    struct MatrixStack(T)
    pure nothrow
    void
    push

Meta