[]Function rusty_engine::prelude::glm::inverse_transpose

pub fn inverse_transpose<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>, 

Compute the transpose of the inverse of a matrix.