InterviewSolution
Saved Bookmarks
| 1. |
If we used Left->Right->Up->Bottom, the final output will be the vertex list outputted by the ___________ edge.(a) left edge(b) right edge(c) top edge(d) bottom edgeThis question was addressed to me in an interview for internship.My question comes from Sutherland-Hodgeman Polygon Clipping topic in division 2D Transformation and Viewing of Computer Graphics |
|
Answer» Right OPTION is (d) bottom edge |
|