Weiler–Atherton clipping algorithm: Difference between revisions

Content deleted Content added
Tag: Reverted
Undid revision 993020149 by 43.250.81.202 (talk)
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 polygorithmpolygon), but requires additional algorithms to decide which polygons are holes, after which merging of the polygons can be performed using a variant of the algorithm.
 
== Algorithm ==