Skip to content

Commit

Permalink
[traverse] modernize code and add documentation, make clusters const
Browse files Browse the repository at this point in the history
  • Loading branch information
barendgehrels committed Jun 30, 2021
1 parent 40c6544 commit 174c380
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 122 deletions.
4 changes: 2 additions & 2 deletions include/boost/geometry/algorithms/detail/overlay/overlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ std::cout << "enrich" << std::endl;
std::cout << "traverse" << std::endl;
#endif
// Traverse through intersection/turn points and create rings of them.
// Note that these rings are always in clockwise order, even in CCW polygons,
// and are marked as "to be reversed" below
// These rings are always in clockwise order.
// In CCW polygons they are marked as "to be reversed" below.
ring_container_type rings;
traverse<Reverse1, Reverse2, Geometry1, Geometry2, OverlayType>::apply
(
Expand Down
Loading

0 comments on commit 174c380

Please sign in to comment.