

McqMate
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. |
A. | (23.67,50) and (69.06,40) |
B. | (50,23.67) and (69.06, 40) |
C. | (50,23.67) and (40,69.06) |
D. | none of above |
Answer» B. (50,23.67) and (69.06, 40) |
View all MCQs in
Computer GraphicsNo comments yet