Q.What is transformation? List out different types of transformation explain in brief.
Q.What is projection? Explain parallel and perspective projections in computer graphics?
Explain methods of generating non-planar surfaces inthree-dimensiongraphics.
Let ABCD be the rectangular window withA(10,10),B(80,10), C(80,60) and D(10,60). Find the region code for end points and use it when cohen-sutherland algorithm to clip the line P1,P2, with P1(8,30), P2(20,70).
Explain windows to viewport coordinate transformgivenWindows (Xwmin, Ywmin)=(30,40), (Xwmax,Ywmax)=(50,60) and Viewports (Xvmin,Yvmin)=(35,45) and (Xvmax.Yvmax)=(45,45) and windows coordinate p(xw,yw)=(32,47) Find the viewport coordinate p(Xv,Yv).