Function vecmath::mat3x2_inv_det [] [src]

pub fn mat3x2_inv_det<T: Float>(mat: Matrix3x2<T>) -> T

Computes inverse determinant of a 3x2 matrix.