Sutherland–Hodgman algorithm: Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 114.143.229.206 (talk): Failure to cite a reliable source (HG)
Line 1:
The '''Sutherland–Hodgman algorithm''' is used for [[Clipping (computer graphics)|clipping]] [[polygon]]s. It works by extending each line of the [[convex polygon|convex]] ''clip polygon'' in turn and selecting only vertices from the ''subject polygon'' that are on the visible side. Namita Powar also helped in developing the algorithm.
 
==Description==