InterviewSolution
Saved Bookmarks
| 1. |
For 2D transformation the value of third coordinate i.e. w=?(a) 1(b) 0(c) -1(d) Any valueThe question was asked in quiz.I want to ask this question from Matrix Representations and Homogeneous Coordinates in section 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT OPTION is (a) 1 Explanation: For 2D we have (X, y, 1) i.e. w=1. |
|