recategorized by
8,413 views
2 votes
2 votes

Let R be the rectangular window against which the lines are to be clipped using 2D Sutherland-Cohen line clipping algorithm. The rectangular window has lower rectangular corner at (-5, 1) and upper right-hand corner at (3, 7). Consider the following three lines for clipping with the given end-point coordinates?

Line AB:A(-6,2) and B(-1,8)

Line CD: C(-1,5) and D(4,8)

Line EF: E(-2,3) and F(1,2)

Which of the following lines is/are candidate for clipping?

  1. AB
  2. DC
  3. EF
  4. AB and CD
recategorized by

1 Answer

Answer:

Related questions

4 votes
4 votes
2 answers
4
Meenakshi Sharma asked Aug 13, 2016
9,239 views
A point P(5,1) is rotated by 90$^o$ about a pivot point (2,2). What is the coordinate of new transformed point P'?(3,5)(5,3)(2,4)(1,5)