Function vecmath::mat3x4_inv [] [src]

pub fn mat3x4_inv<T: Float + Copy>(mat: Matrix3x4<T>) -> Matrix3x4<T>

Computes the inverse of a 3x4 matrix.