Content deleted Content added
m moved Digital Differential Analyzer to Digital Differential Analyzer (graphics algorithm): disamb multiple meanings |
mNo edit summary |
||
Line 1:
{{Refimprove|date=August 2007}}
{{otheruses4|a graphics algorithm|other uses of DDA|DDA|the digital implementation of a Differential Analyzer|Digital Differential Analyzer}}
In [[Computer graphics]], '''Digital Differential Analyzer (DDA)''' is an algorithm used to determine which points need to be plotted in order to draw a straight line between two given points. It employees the equation for line representation (example: y=mx+c), then scan through an axis. Each scan it would determine the value on the other axis using the equation, this way the proper pixel can be located.
|