Q. Clip a line starting from (-13, 5) and ending at (17, 11) against the window having lower left corner at (-8, -4) and upper right corner at ( 12,8). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm. (Solved)
1. (-8,6) and (2,8)
2. (-8,6) and (8,2)
3. (6,-8) and (2,8)
4. (8,-6) and (8,2)
- a. (-8,6) and (2,8)