Q. A clipping window has coordinates as A (50, 10), B (80, 10), C (80, 40), D (50, 40). A line segment has end coordinates (70, 20) and (1, 10). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm. (Solved)
1. (80, 16.66)
2. (80, 16.66) and (20, 70)
3. (80, 16.66) and (70, 20)
4. (16.66, 80) and (70, 20)
- c. (80, 16.66) and (70, 20)