if |Dx|>=|Dy| and Xa>Xb then increments in x and y are-------respectively in DDA algorithm
Answers
Answered by
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
Math,
16 days ago
Computer Science,
16 days ago
Math,
16 days ago
Social Sciences,
1 month ago
English,
9 months ago
English,
9 months ago
Science,
9 months ago