Line-clipping
Question 1 |
Which of the following techniques is used for Clipping?
Stack based Seed | |
Scan Line Seed | |
Sutherland–Cohen | |
Inverse Scaling
|
Question 1 Explanation:
The Sutherland–Cohen algorithm is a well-known method used in computer graphics to perform line clipping.
Clipping is the process of determining the portion of a geometric object (like a line segment, polygon, or text) that is visible within a rectangular area, called the clipping window. Any part of the object outside this window is discarded.
Clipping is the process of determining the portion of a geometric object (like a line segment, polygon, or text) that is visible within a rectangular area, called the clipping window. Any part of the object outside this window is discarded.
There is 1 question to complete.
