pub fn affine_inverse<N: Real, D: Dimension>(m: TMat<N, D, D>) -> TMat<N, D, D>where
    DefaultAllocator: Alloc<N, D, D>,
Expand description

Fast matrix inverse for affine matrix.