MatrixStack.invTop

class MatrixStack(int R, T)
pure const nothrow
invTop
()
if (
R == 3 ||
R == 4
)

Return Value

Type: matrix_t

Inverse of top matrix.

Meta