Function directions

Source
pub fn directions<T>(
    vectors_1: &Vectors<T>,
    vectors_2: &Vectors<T>,
) -> Vectors<T>
where T: RealField,
Expand description

Directions from of a list of Vectors to another one.