MatrixStack.push

Pushes the top matrix on the stack and keeps a copy as the new top matrix

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

Meta