[][src]Function nalgebra::distance_squared

pub fn distance_squared<P: EuclideanSpace>(p1: &P, p2: &P) -> P::Real

The squared distance between two points.

See also: