Function distance

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

Distance from a Vector to another one.