MatrixStack.invTop

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

Return Value

Type: M

Inverse of top matrix.

Meta