Content deleted Content added
ce hatnote |
→Algorithm: cleanup |
||
Line 17:
== Algorithm ==
The DDA starts by calculating the smaller of dy or dx for a unit increment of the other
Considering a line with positive slope, if the slope is less than or equal to 1, we sample at unit x intervals (dx=1) and compute successive y values as
|