Function vector_space::distance [−][src]
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.
pub fn distance<T: Sub>(a: T, b: T) -> <T::Output as VectorSpace>::Scalar where
T::Output: InnerSpace, The distance between two points.