Sutherland–Hodgman algorithm: Difference between revisions

Content deleted Content added
Undid revision 290759658 by 202.90.98.42 (talk)
m Added link to clipping
Line 1:
The '''Sutherland-Hodgman algorithm''' is used for [[Clipping (computer graphics)|clipping]] [[polygon]]s. It works by extending each line of the ''clip polygon'' in turn and selecting only vertices from the ''subject polygon'' that are on the visible side.
 
==Description==