0
92kviews
Explain Sutherland Hodgeman algorithm for polygon clipping?
3 Answers
12
5.0kviews
| written 7.8 years ago by |
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 …
ADD COMMENT
EDIT
1
628views
| written 9.4 years ago by |
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 …
ADD COMMENT
EDIT
0
644views
Please log in to add an answer.

and 5 others joined a min ago.
and 4 others joined a min ago.
and 2 others joined a min ago.