Explain Cohen Sutherland line clipping algorithm. Let ABCD be the rectangular window with A(20,20), B(90,20), C(90,70) and D(20,70). Use Cohen Sutherland algorithm to find the region codes and ellipse
Marks: 10
Year: 2021 Final TU
Definition: Cohen-Sutherland Line Clipping Algorithm - Cohen-Sutherland algorithm is a line clipping algorithm used to clip a line against a rectangular window. - Uses region codes (outcodes) to qui