Function vecmath::mat3_inv_det [−][src]
pub fn mat3_inv_det<T>(mat: Matrix3<T>) -> T where
T: Copy + One + Mul<T, Output = T> + Sub<T, Output = T> + Div<T, Output = T> + Add<T, Output = T>,
Computes inverse determinant of a 3x3 matrix.