Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 395 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 395 Bytes

Line-Drawer-Interface

DDA stands for Digital Differential Analyzer. It is an incremental method of scan conversion of line. DDA Algorithm is the simplest line drawing algorithm. Given the starting and ending coordinates of a line, DDA Algorithm attempts to generate the points between the starting and ending coordinates. I used html,css and javascript to implement and visualize the process