InterviewSolution
Saved Bookmarks
| 1. |
The area around the clipping window is divided into a number of different ______________(a) pixels(b) squares(c) areas(d) linesThis question was addressed to me in a national level competition.This question is from Nicholl-Lee-Nicholl Line Clipping topic in portion 2D Transformation and Viewing of Computer Graphics |
|
Answer» CORRECT answer is (c) areas To explain I WOULD say: The area around the clipping window is DIVIDED into a number of different areas, depending on the position of the initial point of the line to be clipped. |
|