MatrixStack.invTop

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

Return Value

Type: M

Inverse of top matrix.

Meta