Function nalgebra_glm::inverse

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

The inverse of the matrix m.