Xiaolin Wu's line algorithm: Difference between revisions

m
added a ;Task: and ;Related task: section header, added whitespace.
(Added Wren)
m (added a ;Task: and ;Related task: section header, added whitespace.)
Line 1:
{{task|Raster graphics operations}}[[Category:Graphics algorithms]]
[[Category:Graphics algorithms]]
Implement the [[wp:Xiaolin Wu's line algorithm|Xiaolin Wu's line algorithm]] as described in Wikipedia. This algorithm draw antialiased lines. See [[Bresenham's line algorithm]] for ''aliased'' lines.
 
;Task:
Implement the   [[wp:Xiaolin Wu's line algorithm|Xiaolin Wu's line algorithm]] as  described in Wikipedia. This algorithm draw antialiased lines. See [[Bresenham's line algorithm]] for ''aliased'' lines.
 
 
This algorithm draws anti-aliased lines.
 
 
;Related task:
*   See   [[Bresenham's line algorithm]]   for ''aliased'' lines.
<br><br>
 
=={{header|ARM Assembly}}==