Function nalgebra::inverse_transformation
[−]
[src]
pub fn inverse_transformation<T, M: Transformation<T>>(m: &M) -> T
Gets the inverse transformation applicable by m
.