Function vecmath::mat4_inv_det [] [src]

pub fn mat4_inv_det<T: Float>(mat: Matrix4<T>) -> T

Computes the inverse determinant of a 4x4 matrix.