InterviewSolution
Saved Bookmarks
| 1. |
Which algorithm classifies vertices against the given line?(a) P algorithm(b) NLN clipping algorithm(c) Skala(d) O algorithmThe question was posed to me by my school principal while I was bunking the class.I'd like to ask this question from Line Clipping Using Non Rectangular Clip Windows in section 2D Transformation and Viewing of Computer Graphics |
|
Answer» CORRECT choice is (d) O ALGORITHM The explanation is: O algorithm CLASSIFIES vertices against the given line in the implicit form p: AX + by + c = 0. Another name of O algorithm is Lg N algorithm. |
|