[][src]Function nalgebra::distance

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

The distance between two points.

See also: