MatrixStack.mult

Replacement for glMultMatrix.

  1. void mult(M m)
    class MatrixStack(F, size_t depth = 32)
    void
    mult
    @safe pure nothrow @nogc
    ()
    if (
    depth > 0 &&
    (
    is(F == float) ||
    is(F == double)
    )
    )
  2. void mult(M m, M invM)

Meta