Function nalgebra::distance_squared[][src]

pub fn distance_squared<N: SimdComplexField, D: DimName>(
    p1: &Point<N, D>,
    p2: &Point<N, D>
) -> N::SimdRealField where
    DefaultAllocator: Allocator<N, D>, 

The squared distance between two points.

See also: