Function tool::core::geometry::direction[][src]

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.