[][src]Function skeletal_animation::math::mat3x2_inv

pub fn mat3x2_inv<T>(mat: [[T; 2]; 3]) -> [[T; 2]; 3] where
    T: Copy + One + Mul<T, Output = T> + Sub<T, Output = T> + Div<T, Output = T> + Neg<Output = T>, 

Computes the inverse of a 3x2 matrix.