InterviewSolution
Saved Bookmarks
| 1. |
Scaling of a polygon is done by computing(a) The product of (x, y) of each vertex(b) (x, y) of end points(c) Center coordinates(d) Only aThe question was asked in an interview for internship.My question comes from 2D Scaling in chapter 2D Transformation and Viewing of Computer Graphics |
|
Answer» Right answer is (d) Only a |
|