Q. A rectangular clipping window whose lower left corner is at (-3,1) and upper right corner is at (2,6). If line segment has end coordinates (-4,2) and (-1,7). What will the end coordinates of clipped line (use Cohen – Sutherland Outcode Algorithm) (Solved)
1. (-3, 11/3) and (-8/5, 6)
2. (3/11, -3) and ( -5/8, 6)
3. (-3, 3/11) and (-8/5,6)
4. (-11/3, 3) and (-6, 8/5)
- a. (-3, 11/3) and (-8/5, 6)