MatrixStack.top

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

Return Value

Type: M

Top matrix. Replaces glLoadMatrix.

Meta