[]Function rusty_engine::prelude::glm::affine_inverse

pub fn affine_inverse<N, D>(
    m: Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>
) -> Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer> where
    D: Dimension,
    N: RealField,
    DefaultAllocator: Alloc<N, D, D>, 

Fast matrix inverse for affine matrix.