MatrixStack.mult

Replacement for glMultMatrix.

  1. void mult(matrix_t m)
    class MatrixStack(int R, T)
    pure nothrow
    void
    mult
    if (
    R == 3 ||
    R == 4
    )
  2. void mult(matrix_t m, matrix_t invM)

Meta