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

#include <CGAL/Polygon_repair/Even_odd_rule.h>

Definition

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

The even-odd rule results in areas that are alternately assigned as polygon interiors and exterior/holes each time that an input edge is passed. It does not distinguish between edges that are part of outer boundaries from those of inner boundaries.