Function vecmath::mat3_inv_det [] [src]

pub fn mat3_inv_det<T: Float>(mat: Matrix3<T>) -> T

Computes inverse determinant of a 3x3 matrix.