mirror of https://github.com/CGAL/cgal
Cleanup
This commit is contained in:
parent
a99dcc94f8
commit
c835d10fb6
|
|
@ -15,7 +15,8 @@
|
|||
\cgalPkgAuthors{Ken Arroyo Ohori}
|
||||
\cgalPkgDesc{This package provides algorithms to repair 2D polygons, polygons with holes,
|
||||
and multipolygons with holes, by selecting faces of the arrangement of the input based on a selection rule.
|
||||
Currently, only the even-odd rule and the non-zero rule are provided. }
|
||||
The even-odd rule and the non-zero rule are provided for dealing with self intersections.
|
||||
The %union and the %intersection rule enable to combine similar polygons. }
|
||||
\cgalPkgManuals{Chapter_2D_Polygon_repair,PkgPolygonRepairRef}
|
||||
\cgalPkgSummaryEnd
|
||||
|
||||
|
|
@ -33,7 +34,8 @@ Currently, only the even-odd rule and the non-zero rule are provided. }
|
|||
\cgalCRPSection{Functions}
|
||||
- `CGAL::Polygon_repair::repair()`
|
||||
|
||||
\cgalCRPSection{Simplification Rules}
|
||||
\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`
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ foreach(cppfile ${cppfiles})
|
|||
endforeach()
|
||||
|
||||
if(CGAL_Qt6_FOUND)
|
||||
target_link_libraries(boolean_constrained_plus PUBLIC CGAL::CGAL_Basic_viewer)
|
||||
target_link_libraries(constrained PUBLIC CGAL::CGAL_Basic_viewer)
|
||||
target_link_libraries(draw_triangulation_2 PUBLIC CGAL::CGAL_Basic_viewer)
|
||||
target_link_libraries(polygon_triangulation PUBLIC CGAL::CGAL_Basic_viewer)
|
||||
|
|
|
|||
Loading…
Reference in New Issue