pub fn closest_points_with<A, B, S>( a: &A, b: &B, strategy: S, ) -> (S::Out, S::Out)where S: ClosestPointsStrategy<A, B>,
Return the nearest-point pair using an explicitly supplied strategy.