

McqMate
Q. |
Clip a line starting from (-13, 5) and ending at (17, 11) against the window having lower left corner at (-8, -4) and upper right corner at ( 12,8). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm. |
A. | (-8,6) and (2,8) |
B. | (-8,6) and (8,2) |
C. | (6,-8) and (2,8) |
D. | (8,-6) and (8,2) |
Answer» A. (-8,6) and (2,8) |
View all MCQs in
Computer GraphicsNo comments yet