Function static_math::transformations::homogeneous_inverse[][src]

pub fn homogeneous_inverse<T: Float + Sum + Signed>(r: &M44<T>) -> M44<T>
Expand description

Get the inverse of the homogeneous transformation

Function arguments: r: Homogeneus transformation reference (&M44)