CSC214 Computer Graphics

Computer GraphicsTU Board 2079

Write the algorithm for Cohen Sutherland Line clipping. Clip the polygon A(100,150), B(200,250) and C(300,200) with the clipping window defined by the coordinates (100,300), (300,300) and (200,100)…

10

Write the algorithm for Cohen-Sutherland Line clipping. Clip the polygon A(100,150), B(200,250) and C(300,200) with the clipping window defined by the coordinates (100,300), (300,300) and (200,100) using Sutherland Hodgeman Polygon Clipping algorithm.

A worked answer is on its wayMeanwhile, read the Computer Graphics notes for this topic.

Discussion

Loading…

More Computer Graphics questions

All Computer Graphics old questions