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 (70, 20) and (1, 10). What will be the end points of clipped line? Use Cohen – Sutherland Outcode Algorithm. |
| A. | (80, 16.66) |
| B. | (80, 16.66) and (20, 70) |
| C. | (80, 16.66) and (70, 20) |
| D. | (16.66, 80) and (70, 20) |
| Answer» C. (80, 16.66) and (70, 20) | |
View all MCQs in
Computer GraphicsNo comments yet