0
9.3kviews
Explain any one polygon clipping algorithm.
1 Answer
written 8.7 years ago by |
Collection of connected lines is considered as polygon.
A polygon clipper takes as input the vertices of polygon and return one (or more) polygon.
A closed polygon when clipped then we gets one or more open polygon or lines. Polygon clipping is shown in figure 25.
Sutherland - Hodgeman Polygon …