Polygon_repair: No need for %

This commit is contained in:
Andreas Fabri 2025-09-15 07:40:35 +01:00
parent 2ae34a22ba
commit 1c399aeaa5
1 changed files with 2 additions and 2 deletions

View File

@ -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.