Function vecmath::mat3_inv [] [src]

pub fn mat3_inv<T: Float + Copy>(mat: Matrix3<T>) -> Matrix3<T>

Computes the inverse of a 3x3 matrix.