mirror of https://github.com/CGAL/cgal
Polygon_repair: No need for %
This commit is contained in:
parent
2ae34a22ba
commit
1c399aeaa5
|
|
@ -98,11 +98,11 @@ Input (left), non-zero (middle) even-odd (right).
|
||||||
|
|
||||||
\section SectionPolygonRepair_UnionIntersection Union and Intersection Rule
|
\section SectionPolygonRepair_UnionIntersection Union and Intersection Rule
|
||||||
|
|
||||||
Given several valid polygons these rules apply a %Boolean operation:
|
Given several valid polygons these rules apply a Boolean operation:
|
||||||
In the arrangement of two valid multipolygons with holes, the faces that are in any and both multipolygons
|
In the arrangement of two valid multipolygons with holes, the faces that are in any and both multipolygons
|
||||||
with holes are in the resulting multipolygon with holes for a union and intersection, respectively.
|
with holes are in the resulting multipolygon with holes for a union and intersection, respectively.
|
||||||
|
|
||||||
While this %Boolean operation works for any two valid multipolygons, in the scope of repairing
|
While this Boolean operation works for any two valid multipolygons, in the scope of repairing
|
||||||
it serves to obtain an approximation from outside and inside when applying union and intersection, respectively,
|
it serves to obtain an approximation from outside and inside when applying union and intersection, respectively,
|
||||||
when the input is similar.
|
when the input is similar.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue