Weiler–Atherton clipping algorithm: Difference between revisions

Content deleted Content added
m Added link to Sutherland-Hodgman
Boyton (talk | contribs)
m Fixed links
Line 1:
'''Weiler-Atherton''' [[Clipping (computer graphics)|clipping]] algorithm used in [[Computercomputer graphics]].
It allows clipping of a ''subject polygon'' by an arbitrarily shaped ''clip polygon''. It is generally applicable only in [[2D]].
 
Line 30:
 
== References ==
*See HIDDEN SURFACE REMOVAL USING POLYGON AREA SORTING - Kevin Weiler and Peter Atherton [http://www.cs.drexel.edu/~david/Classes/CS430/HWs/p214-weiler.pdf HIDDEN SURFACE REMOVAL USING POLYGON AREA SORTING - Kevin Weiler and Peter Atherton]
*[1] http://www.cs.drexel.edu/~david/Classes/CS430/HWs/p214-weiler.pdf