Weiler–Atherton clipping algorithm: Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q2555624
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes - Replaced endash with hyphen in sortkey per WP:MCSTJR using AWB (9100)
Line 1:
The '''Weiler–Atherton [[Clipping (computer graphics)|clipping]] [[algorithm]]''' is used in [[computer graphics]].
It allows clipping of a ''subject polygon'' by an arbitrarily shaped ''clip polygon'' window. It is generally applicable only in [[2D computer graphics|2D]]. However, it can be used in [[3D computer graphics|3D]] through visible surface determination and with improved efficiency through [[Z-order| Z-ordering]]ing. <ref> Foley, James, Andries van Dam, Steven Feiner, and John Hughes. "Computer Graphics: Principle and Practice". Addison-Wesley Publishing Company. Reading, Massachusetts: 1987. pages 689-693</ref>
 
== Description ==
Line 33:
* Weiler, Kevin and Atherton, Peter. [http://www.cs.drexel.edu/~david/Classes/CS430/HWs/p214-weiler.pdf "Hidden Surface Removal using Polygon Area Sorting"], Computer Graphics, 11(2):214-222, 1977.
 
{{DEFAULTSORT:Weiler-Atherton clipping algorithm}}
[[Category:Clipping (computer graphics)]]