Algorithm of DDA
Write down the algorithm of DDA (Digital differential analyzer) scan conversion algorithm?
Expert
Algorithm:
Step 1: Input the line end-points and store the left end-point in (x1, y1) and right end-point in (x2, y2).
Step 2: Compute the values of Δx and Δy by using Δx = xb – xa, Δy = yb – ya
Step 3: When the values of Δx > Δy then assign values of steps as Δx or else the values of steps as Δy.
Step 4: Compute the values of X increment and Y increment and assign the value x= xa and y = ya.
Step 5: For k = 1 to steps do
X = X + X increment Y= Y + Y increment
Putpixel(ceil(x), ceil(y),15)
Step 6: End
Illustrate advantages of DVST over CRT? Also list some disadvantages of DVST?
What is solid modelling and an intuitive interface?
Illustrate the term cubic spline in short?
Write down some of the merits and demerits of z-buffer or depth buffer.
What do you mean by the term Polygon mesh? Also describe various polygon meshes?
Illustrate briefly the term Surface of revolution?
Define and illustrate the functioning of the video controller of the Raster scan systems?
Cyrus Beck Line Clipping Algorithm. for non clipping window explain me in details and with examples
Explain the term B-Spline curve?
Illustrate the term Aspect ratio? And what do you meant by the term Addressability?
18,76,764
1953261 Asked
3,689
Active Tutors
1442554
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!