Vatti Clipping Algorithm uses the sweep line approach to clip a polygon.

Vatti Clipping Algorithm uses the sweep line approach to clip a polygon. Correct Answer True

The Vatti Clipping algorithm uses the sweep line approach to clip a polygon. In scan line approach the selected polygon is selected and placed upon imaginary horizontal lines that passes through the polygons every vertex and divides the polygon on different parts.
Bissoy MCQ

Related Questions

Which of the following polygon clipping algorithm can be used to clip a filled area?
In Weiler Atherton Clipping Algorithm which of the following is consider to clip a polygon?
‘Vatti’ clipping algorithm is used in _________________
Which of the following part of a polygon is considered in a polygon clipping algorithm?