MatrixStack.this

Creates a matrix stack. The stack is initialized with one element, an identity matrix.

class MatrixStack(F, size_t depth = 32)
@safe pure nothrow @nogc
this
()
if (
depth > 0 &&
(
is(F == float) ||
is(F == double)
)
)

Meta