Function direction

Source
pub fn direction<T>(vector_1: &Vector<T>, vector_2: &Vector<T>) -> Vector<T>
where T: RealField,
Expand description

Direction from a Vector to another one.