InterviewSolution
Saved Bookmarks
| 1. |
For a point to be clipped, which of the following conditions must be satisfied by the point?(a) ywmin < y < ywmax(b) ywmin > y > ywmax(c) ywmin = y = ywmax(d) xwmin < x < xwmaxI got this question during an online interview.This question is from Two Dimensional Viewing topic in chapter 2D Transformation and Viewing of Computer Graphics |
|
Answer» The correct option is (B) YWMIN > y > ywmax |
|