pub fn homogeneous_inverse<T: Float + Sum + Signed>(r: &M44<T>) -> M44<T>
Get the inverse of the homogeneous transformation
Function arguments: r: Homogeneus transformation reference (&M44)