Function na::distance_squared[][src]

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

The squared distance between two points.

See also: