InterviewSolution
Saved Bookmarks
| 1. |
What Is Scaling? |
|
Answer» A 2-D rotation is done by REPOSITIONING the coordinates along a circular path, in the x-y plane by making an ANGLE with the axes. The transformation is given by:X| = R COS (q + f) and Y| = r SIN (q + f). A 2-D rotation is done by repositioning the coordinates along a circular path, in the x-y plane by making an angle with the axes. The transformation is given by:X| = r cos (q + f) and Y| = r sin (q + f). |
|