Function vecmath::mat3x4_inv 
                   
                       [−]
                   
               [src]
pub fn mat3x4_inv<T>(mat: Matrix3x4<T>) -> Matrix3x4<T> where T: Copy + One + Add<T, Output=T> + Mul<T, Output=T> + Sub<T, Output=T> + Div<T, Output=T>Computes the inverse of a 3x4 matrix.