From 60a3343093ecc531a9e8906b54c03572bb7c05b9 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 10 Dec 2024 14:40:12 +0000 Subject: [PATCH] Combine in a single paragraph --- Polygon_repair/doc/Polygon_repair/Polygon_repair.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Polygon_repair/doc/Polygon_repair/Polygon_repair.txt b/Polygon_repair/doc/Polygon_repair/Polygon_repair.txt index d1c0e97671e5..028da39c5dbe 100644 --- a/Polygon_repair/doc/Polygon_repair/Polygon_repair.txt +++ b/Polygon_repair/doc/Polygon_repair/Polygon_repair.txt @@ -23,9 +23,7 @@ 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. - The non-zero rule results in areas with a non-zero winding number. - The union and intersection rules are useful when given two or more similar valid polygons with holes. They compute either their union or their intersection, and they are hence conservative