InterviewSolution
Saved Bookmarks
| 1. |
The scale factor of viewport transformation for x co-ordinate is ________(a) Sx = (svmax – svmin)/ (swmax – swmin)(b) Sx = (svmax – svmin)/ (swmax + swmin)(c) Sx = (svmin – svmax)/ (swmax – swmin)(d) Sx = (svmax + svmin)/ (swmax – swmin)This question was posed to me in final exam.I would like to ask this question from Window to Viewport Coordinate Transformation topic in division 2D Transformation and Viewing of Computer Graphics |
|
Answer» The correct answer is (a) Sx = (svmax – svmin)/ (swmax – swmin) |
|