Function vecmath::mat3_inv [] [src]

pub fn mat3_inv<T>(mat: Matrix3<T>) -> Matrix3<T> where T: Copy + One + Mul<T, Output=T> + Sub<T, Output=T> + Div<T, Output=T> + Add<T, Output=T>

Computes the inverse of a 3x3 matrix.