Question 1714 – Computer-Graphics
April 8, 2024UGC NET CS 2014 June-paper-3
April 8, 2024Transformations
Question 8 |
Perform window to viewport transformation for the point (20, 15). Assume that (Xwmin, Ywmin) is (0,0); (Xwmax, Ywmax) is (100,100); (Xvmin, Yvmin) is (5,5); (Xvmax, Yvmax) is (20,20). The value of x and y in the viewport is
x = 4 , y = 4 | |
x = 3 , y = 3 | |
x = 8 , y = 7.25 | |
x = 3 , y = 4 |
Question 8 Explanation:
Correct Answer: C
Question 8 Explanation: