Weiler–Atherton clipping algorithm: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
Undid revision 861528967 by 2409:4053:89A:4A53:6B75:87E9:E6DD:EF08 (talk) ...what? reverting good-faith edit
Line 9:
* Candidate polygons need to be oriented clockwise.
* Candidate polygons should not be self-intersecting (i.e., re-entrant).
* The algorithm can support olesholes (as ctercounter-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 algorithm.
 
== The Algorithm ==