Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Nov 6, 2024
1 parent 37e5922 commit 4020165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Polygon_repair/doc/Polygon_repair/PackageDescription.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The %union and the %intersection rule enable to combine similar polygons. }

\cgalCRPSection{Repair Rules}
- `CGAL::Polygon_repair::Even_odd_rule`
- `CGAL::Polygon_repair::Non_zero_rule`
- `CGAL::Polygon_repair::Union_rule`
- `CGAL::Polygon_repair::Intersection_rule`
*/
2 changes: 2 additions & 0 deletions Polygon_repair/doc/Polygon_repair/Polygon_repair.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ to edges, which enables correct counting even on partially overlapping edges.

Ken Arroyo Ohori developed this package during the Google Summer of
Code 2023 mentored by Sébastien Loriot and Andreas Fabri.
The GSoC project was limited to the even-odd rule. Further rules were added
with CGAL 6.1 by Andreas Fabri.

*/
} /* namespace CGAL */
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Polygon_repair {
/// @{

/*!
Tag class to select the %ntersection rule when calling `CGAL::Polygon_repair::repair()`.
Tag class to select the %intersection rule when calling `CGAL::Polygon_repair::repair()`.
*/
struct Intersection_rule {};

Expand Down

0 comments on commit 4020165

Please sign in to comment.