[][src]Function vecmath::mat4_inv_det

pub fn mat4_inv_det<T>(mat: Matrix4<T>) -> T where
    T: Copy + One + Add<T, Output = T> + Mul<T, Output = T> + Sub<T, Output = T> + Div<T, Output = T>, 

Computes the inverse determinant of a 4x4 matrix.