mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 08:52:10 +00:00
to compute first the point-segment pair that realizes the minimum comparable distance, and then use this pair to compute the actual distance; for the cartesian-specific approach modify the code to work correctly and efficiently for both comparable and non-comparable strategies, without calling distance_comparable_to_regular;