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 (40,15) and (75,45). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm. (Solved)
1. (23.67,50) and (69.06,40)
2. (50,23.67) and (69.06, 40)
3. (50,23.67) and (40,69.06)
4. none of above
- b. (50,23.67) and (69.06, 40)