Computer Science, asked by khuranatanya5886, 1 month ago

write a program to draw a two lines segment by the DDA line algorithm

Answers

Answered by prakashakash802
1

Answer:

This algorithm generates a line from differential equations of line and hence the name DDA. DDA algorithm is an incremental scan conversion method. A DDA is hardware or software used for linear interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. DDA method is referred by this name because this method is very similar to the numerical differential equations. The DDA is a mechanical device that solves differential equations by numerical methods.

Explanation:

Hope this is useful for you.

Attachments:
Similar questions