Function nalgebra::distance_squared
[−]
[src]
pub fn distance_squared<N: BaseFloat, P: FloatPoint<N>>(a: &P, b: &P) -> N where P::Vector: Norm<N>
Returns the squared distance between two points.