Content deleted Content added
→Pseudo Code: fixed this incorrect capital per WP:MOS |
Cooperised (talk | contribs) Made it clearer that the clip polygon must be convex |
||
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.
==Description==
|