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

To elaborate: A point P(X,y) is NOT clipped if y is more than the MINIMUM value of y and less than the maximum value of y. Mathematically, it can be written as“ywmin ≤ y ≤ ywmax“.



Discussion

No Comment Found

Related InterviewSolutions