InterviewSolution
Saved Bookmarks
| 1. |
Liang-Barsky clipping algorithm computes _______ number of intersections than NLN line clipping.(a) more(b) less(c) same(d) can’t be predictedThe question was asked in quiz.The question is from Nicholl-Lee-Nicholl Line Clipping in section 2D Transformation and Viewing of Computer Graphics |
|
Answer» CORRECT choice is (a) more The explanation is: ONE of the problems common to both the Cohen-Sutherland and the Liang-Barsky ALGORITHM is that more intersections are computed than NECESSARY. |
|