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)
πŸ’¬ Discuss
βœ… Correct Answer: (C) (80, 16.66) and (70, 20)

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
1091
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate