Weiler–Atherton clipping algorithm: Difference between revisions

Content deleted Content added
improved section titles
Tag: Reverted
Line 9:
* Candidate polygons need to be oriented clockwise.
* Candidate polygons should not be self-intersecting (i.e., re-entrant).
* The algorithm can support holes (as counter-clockwise polygons wholly inside their parent polygon), but requires additional algorithms to decide which polygons are holes, after which merging of the polygons can be performed using a variant of the algorithmpolygorithm.
 
== Algorithm ==