MatrixStack.mult

Replacement for glMultMatrix, with provided inverse.

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

Meta