InterviewSolution
Saved Bookmarks
| 1. |
The Cohen-Sutherland algorithm divides the region into _____ number of spaces.(a) 8(b) 6(c) 7(d) 9I had been asked this question in class test.This interesting question is from Cohen-Sutherland Line Clipping topic in division 2D Transformation and Viewing of Computer Graphics |
|
Answer» RIGHT choice is (d) 9 Explanation: The Cohen-Sutherland algorithm DIVIDES a two-dimensional space into 9 REGIONS and then efficiently DETERMINES the lines and portions of lines that are visible. The portions are visible in the central region of interest. |
|