InterviewSolution
Saved Bookmarks
| 1. |
Sutherland-Hodgeman clipping is an example of_________________ algorithm.(a) line clipping(b) polygon clipping(c) text clipping(d) curve clippingI had been asked this question in an online quiz.My enquiry is from Sutherland-Hodgeman Polygon Clipping topic in section 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT choice is (b) POLYGON CLIPPING To explain: The Sutherland–Hodgman algorithm is used for clipping POLYGONS. Cohen- Sutherland is LINE clipping algorithm. |
|