1.

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)

A. (-3, 11/3) and (-8/5, 6)
B. (3/11, -3) and ( -5/8, 6)
C. (-3, 3/11) and (-8/5,6)
D. (-11/3, 3) and (-6, 8/5)
Answer» B. (3/11, -3) and ( -5/8, 6)


Discussion

No Comment Found