Which of the following clipping algorithm is based upon the “inside” of a polygon based on the winding number?

Which of the following clipping algorithm is based upon the “inside” of a polygon based on the winding number? Correct Answer Greiner Hormann Clipping Algorithm

The Greiner Hormann Clipping algorithm is based upon the “inside” of a polygon based on the winding number. The winding number of a closed curve in the plane around a given point is an integer representing the total number of times that curve travels counter clockwise around the point. The algorithm considers regions with odd winding number to be inside the polygon.
Bissoy MCQ

Related Questions

Which of the following part of a polygon is considered in a polygon clipping algorithm?
Which vertex of the polygon is clipped first in polygon clipping?