distance

Function distance 

Source
pub fn distance<T, V>(l: &V, r: &V) -> T
where T: FloatScalar, V: FloatVector<T>,
Expand description

Computes the Euclidean distance between two points.

ยงMathematical Definition

d(v, w) = ||v - w||