Skip to content

ShakibUddin/Line-Drawer-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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