Weiler–Atherton clipping algorithm: Difference between revisions

Content deleted Content added
Jmsarazee (talk | contribs)
Jmsarazee (talk | contribs)
Line 26:
# A and B do not overlap – return None for clipping or A & B for merging.
 
Then A list of inbound intersections is then generated. Each

Then each intersection in the list is then followed clockwise around the linked lists until the start position is found.
 
== Conclusion ==