InterviewSolution
Saved Bookmarks
| 1. |
The matrix representation for rotation in homogeneous coordinates is(a) P’=T+P(b) P’=S*P(c) P’=R*P(d) P’=dx+dyThis question was posed to me in an internship interview.My doubt stems from Matrix Representations and Homogeneous Coordinates topic in chapter 2D Transformation and Viewing of Computer Graphics |
|
Answer» The correct choice is (C) P’=R*P |
|