mirror of https://github.com/CGAL/cgal
Explain union/intersetion rule better
This commit is contained in:
parent
9e9c710c51
commit
17e3878a5a
|
|
@ -98,8 +98,13 @@ 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 this rule computes their union or intersection.
|
Given several valid polygons these rules apply a %Boolean operation:
|
||||||
This approximates from outside and from inside, respectively.
|
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.
|
||||||
|
|
||||||
|
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,
|
||||||
|
when the input is similar.
|
||||||
|
|
||||||
\cgalFigureBegin{UnionIntersection, UnionIntersection.svg}
|
\cgalFigureBegin{UnionIntersection, UnionIntersection.svg}
|
||||||
Union (top) and Intersection (bottom).
|
Union (top) and Intersection (bottom).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue