[][src]Function nalgebra_glm::inverse_transpose

pub fn inverse_transpose<N: RealField, D: Dimension>(
    m: TMat<N, D, D>
) -> TMat<N, D, D> where
    DefaultAllocator: Alloc<N, D, D>, 

Compute the transpose of the inverse of a matrix.