CGAL 6.1 - 2D Polygon Repair
Loading...
Searching...
No Matches
CGAL::Polygon_repair::Union_rule Struct Reference

#include <CGAL/Polygon_repair/Union_rule.h>

Definition

Tag class to select the union rule when calling CGAL::Polygon_repair::repair().

The union rules are useful when given two or more similar valid polygons with holes. The union rule results in areas that are contained in at least one of the input polygons with holes.

Examples
Polygon_repair/repair_union_intersect_2.cpp.