Function nalgebra::angle_between
[−]
[src]
pub fn angle_between<V: RotationTo>(a: &V, b: &V) -> V::AngleType
Computes the angle of the rotation needed to transfom a
to b
.