InterviewSolution
Saved Bookmarks
| 1. |
The process is repeated iteratively for each clip polygon side, using the output list from one stage as the input list for the next.(a) True(b) FalseI got this question in an international level competition.My question is based upon Sutherland-Hodgeman Polygon Clipping in portion 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT option is (a) True Easy explanation: The process is repeated iteratively for each clip POLYGON side, using the OUTPUT list from one stage as the input list for the NEXT. When the process is COMPLETED, a new polygon is generated. |
|