Which of the following part of a polygon is considered in a polygon clipping algorithm?
Which of the following part of a polygon is considered in a polygon clipping algorithm? Correct Answer Part which is inside the window
Polygon clipping is a process in which we only consider the part which is inside the view pane or window. We will remove or clip the part that is outside the window.