InterviewSolution
Saved Bookmarks
| 1. |
If both codes are 0000, (bitwise OR of the codes yields 0000) line lies __________________ the window.(a) completely outside(b) half inside half outside(c) completely inside(d) can’t say anythingThis question was posed to me in unit test.My enquiry is from Cohen-Sutherland Line Clipping in section 2D Transformation and Viewing of Computer Graphics |
|
Answer» Right answer is (C) completely inside |
|