Aman22sharma / Hacktoberfest2021_beginner

This Repository is for Hacktoberfest absolute beginners guide
MIT License
96 stars 282 forks source link

Add DDA line drawing Algorithm #362

Open Kkotiswar opened 1 year ago

Kkotiswar commented 1 year ago

In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between the start and end point. DDAs are used for the rasterization of lines, triangles, and polygons.