0
1.6kviews
Write the Sutherland-Hodgeman polygon clipping algorithm. Explain the modification given by Weiler and Atherton for a concave polygon.

Write the Sutherland-Hodgeman polygon clipping algorithm. Explain the modification given by Weiler and Atherton for a concave polygon.

1 Answer
0
58views


Sutherland-Hodgeman polygon clipping algorithm :-

  1. Read coordinates of all vertices of the polygon.
  2. Read coordinates of the clipping window.
  3. Consider the left edge of the window.
  4. Compare the vertices of each edge of the polygon, individually with the clipping plane.
  5. Save the resulting intersections and vertices in the new list …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.