Computer Science, asked by sudhipanda6795, 9 months ago

Write dda line drawing algorithm in computer graphics

Answers

Answered by lakshaymadaan18
1

DDA algorithm is an incremental scan conversion method. Here we perform calculations at each step using the results from the preceding step. The characteristic of the DDA algorithm is to take unit steps along one coordinate and compute the corresponding values along the other coordinate. The unit steps are always along the coordinate of greatest change, e.g. if dx = 10 and dy = 5, then we would take unit steps along x and compute the steps along y.

Similar questions