Computer Science, asked by paripatil20, 1 month ago

if |Dx|>=|Dy| and Xa>Xb then increments in x and y are-------respectively in DDA algorithm​

Answers

Answered by Anonymous
0

Answer:

DDA Line generation Algorithm in Computer Graphics

In any 2-Dimensional plane if we connect two points (x0, y0) and (x1, y1), we get a line segment. But in the case of computer graphics, we can not directly join any two coordinate points, for that we should calculate intermediate points’ coordinates and put a pixel for each intermediate point, of the desired color with help of functions like putpixel(x, y, K) in C, where (x,y) is our co-ordinate and K denotes some color.

hope that's can help you sister.

Similar questions