Function affineInverse
Fast matrix inverse for affine matrices
M affineInverse(M)
(
in M m
)
if (isMat3!M);
M affineInverse(M)
(
in M m
)
if (isMat4!M);