Reference no: EM133144677
a) Consider the line from (0, 0) to (4, 6) rasterize this line using
I. Use DDA algorithm.
II. Bresnahan
b) given a circle of radius 10generate an eight of a circle using midpoint algorithm.
c) Use the Cohen Sutherland algorithm to clip two lines P1(40,15)-P2(75,45) and P3(70,20)-P4(100,10) against a window A(50,10),B(80,10),C(80,40),D(50,40).
d) Find a transformation of triangle A(1,0),B(0,1),C(1,1) by
e) Rotating 450 about the origin and then translating 10 unit in x and y direction.
f) Translating 5 unit in x and y direction and then rotating 450 about the origin.
g) Find normalization transformation that maps a window whose lower-left corner is at (1,1) and upper right corner is at (3,5) onto: a)Viewport with lower-left corner (0,0) and upper right corner (1,1) b) Viewport with lower left corner (0,0) and upper right corner (1/2,1/2)
h) Using open GL draw the object below
