The _______ algorithm divides a 2D space into 9 regions, of which only the middle part (viewport) is visible. (A) Cohen-Sutherland (B) Liang Barsky (C) Sutherland Hodegeman (D) N-L-N
correct choice is option - C - Cohen-Sutherland Line Clipping Algorithm : Explanation,- It is a line clipping algorithm. In which 2-D space (in which line resides) is divided into 9 regions and then the lines and portions of lines which are visible in the central region of interest are determined efficiently.