MatrixStack.top

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

Return Value

Type: M

Top matrix. Replaces glLoadMatrix.

Meta