InterviewSolution
Saved Bookmarks
| 1. |
For a point to be clipped, which of the following conditions must be satisfied by the point?(a) xwmin < x < xwmax(b) xwmin = x = xwmax(c) xwmin > x > xwmax(d) ywmin = y = ywmaxI had been asked this question in unit test.This key question is from Two Dimensional Viewing in portion 2D Transformation and Viewing of Computer Graphics |
| Answer» | |