Function vecmath::mat3x2_inv [] [src]

pub fn mat3x2_inv<T: Float + Copy>(mat: Matrix3x2<T>) -> Matrix3x2<T>

Computes the inverse of a 3x2 matrix.