Function rin::math::distance_squared [−][src]
pub fn distance_squared<N, D>(
p1: &Point<N, D>,
p2: &Point<N, D>
) -> <N as SimdComplexField>::SimdRealField where
N: SimdComplexField,
D: DimName,
DefaultAllocator: Allocator<N, D, U1>,