mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Merge branch 'feature/shortest_points_new_strategies_non_cartesian' of github.com:vissarion/geometry into feature/shortest_points_new_strategies_non_cartesian
This commit is contained in:
commit
588fe9e751
@ -127,11 +127,7 @@ public:
|
||||
cd_min);
|
||||
|
||||
auto closest_point = strategies.closest_points(point, range)
|
||||
<<<<<<< HEAD
|
||||
.apply(point, *it_pair.first, *it_pair.second);
|
||||
=======
|
||||
.apply(point, *closest_segment.first, *closest_segment.second);
|
||||
>>>>>>> 20da3054d5f65b064aadfe310d4643adc9c6fef7
|
||||
|
||||
set_segment_from_points::apply(point, closest_point, shortest_seg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user