Digital differential analyzer (graphics algorithm): Difference between revisions

Content deleted Content added
OOPS, now I recall. DDA and Incremental error algorithms aren't synonymous. DDA is just the incrementing. the 'error'/decision branching part is indeed something else. I'm still looking for an "official term".
Line 34:
 
* [[Bresenham's line algorithm]] is an algorithm for line rendering.
* [[incremental error algorithm]]
* [[Xiaolin Wu's line algorithm]] is an algorithm for line anti-aliasing