Explain Bresenham's Line Drawing Algorithm for the line segment |m|<1. Digitize the line with end points A(11,5) and B(5,13) using DDA line drawing algorithm.
Hidden surface removal is very important in computer graphics. Justify it. Explain in detail about scan line method and ray tracing techniques.
You are given a clipping window defined by the coordinate of lower left corner (3,3) and right upper corner (7,6). Test the visibility of the line segment having two end points R(2, 4) and S(8, 7) and if necessary, determine the visible portion of the line segment using Cohen's Sutherland Line Clipping Algorithm.
Attempt any Eight questions
[8x5=40]Find composite transformation matrix for reflection about a line y = mx + c.
Find the new coordinates of the new cube rotated 90 degree anticlockwise about an axis defined by its end points A(1,2,1) and B(2,1,3).
Explain the working of Z- Buffer Algorithm for Visible Surface Detection.
Compare parallel projection and perspective projection in brief with necessary diagrams.
Explain Random Scan Display Architecture with suitable diagram.
Illustrate on the use of Hermite curve, Beizer curve and B-spline curve with an example of each.
What do you understand by Solid Modeling? Explain Binary Space Partition Method.
How a Realistic Image can be generated in Computer Graphics? Explain Phong Specular Reflection Model.
Write short notes
a) Augmented Reality
b) Boundary Filling Algorithm