0
92kviews
Explain Sutherland Hodgeman algorithm for polygon clipping?
3 Answers
12
5.0kviews

Sutherland-Hodgeman Polygon Clipping Algorithm:-

A polygon can be clipped by processing its boundary as a whole against each window edge. This is achieved by processing all polygon vertices against each clip rectangle boundary in turn. beginning with the original set of polygon vertices, we could first clip the polygon against …

Create a free account to keep reading this post.

and 2 others joined a min ago.

1
628views
  1. We can correctly clip a polygon by processing the polygon boundary as a whole against each window edge. This could be accomplished by processing all polygon vertices against each clip rectangle boundary in turn. Beginning with the initial set of polygon vertices, we could first clip the polygon against the …

Create a free account to keep reading this post.

and 5 others joined a min ago.

0
644views

Excellent Explaining


Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.