Question 68
Which of the following algorithms is not used for line clipping ?
Explanation
Previous | Next |
UGC NET CS December 2019 - Question 67 | UGC NET CS December 2019 - Question 69 |
Previous | Next |
UGC NET CS December 2019 - Question 67 | UGC NET CS December 2019 - Question 69 |
Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...
Sutherland–Hodgman Algorithm is to clip polygon edges. A convex polygon and a convex clipping area are given. Input is in the form of vertices of the polygon in clockwise order.
The Liang-Barsky algorithm is a line clipping algorithm. This algorithm is more efficient than Cohen–Sutherland line clipping algorithm and can be extended to 3-Dimensional clipping.
The Nicholl–Lee–Nicholl algorithm is a fast line clipping algorithm that reduces the chances of clipping a single line segment multiple times, as may happen in the Cohen–Sutherland algorithm.
So, option 2 is correct answer.