pub fn directions<T>( vectors_1: &Vectors<T>, vectors_2: &Vectors<T>, ) -> Vectors<T>where T: RealField,
Directions from of a list of Vectors to another one.
Vector