InterviewSolution
Saved Bookmarks
| 1. |
The Cohen–Sutherland algorithm can be only be used on a rectangular clip window.(a) True(b) FalseThis question was posed to me in an internship interview.I'd like to ask this question from Cohen-Sutherland Line Clipping topic in chapter 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT option is (a) True The BEST explanation: The Cohen–Sutherland algorithm can be USED only on a rectangular clip window. For other CONVEX polygon clipping WINDOWS, use the Cyrus–Beck algorithm. |
|