Skip to main content

homogeneous_inverse

Function homogeneous_inverse 

Source
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)