Function vecmath::mat2x3_inv [] [src]

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

Computes the inverse of a 2x3 matrix.