Skip to main content

closest_points_with

Function closest_points_with 

Source
pub fn closest_points_with<A, B, S>(
    a: &A,
    b: &B,
    strategy: S,
) -> (S::Out, S::Out)
where S: ClosestPointsStrategy<A, B>,
Expand description

Return the nearest-point pair using an explicitly supplied strategy.