MatrixStack.this

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

class MatrixStack(int R, T)
nothrow
this
(
size_t depth = 32
)
if (
R == 3 ||
R == 4
)

Meta