distance

Function distance 

Source
pub fn distance<T: Sub>(a: T, b: T) -> <T::Output as VectorSpace>::Scalar
where T::Output: InnerSpace,
Expand description

The distance between two points.