0
8.9kviews
Explain any one polygon clipping algorithm.
1 Answer
1
216views

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.

enter image description here

Sutherland - Hodgeman Polygon …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.