pub fn distance<T>(vector_1: &Vector<T>, vector_2: &Vector<T>) -> Twhere T: RealField,
Distance from a Vector to another one.
Vector