[][src]Function skeletal_animation::math::mat3x2_det

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

Computes the determinant of a matrix.