Xiaolin Wu's line algorithm: Difference between revisions

Content added Content deleted
(Added Wren)
m (added a ;Task: and ;Related task: section header, added whitespace.)
Line 1: Line 1:
{{task|Raster graphics operations}}[[Category:Graphics algorithms]]
{{task|Raster graphics operations}}
[[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]]   described in Wikipedia.


This algorithm draws anti-aliased lines.


;Related task:
*   See   [[Bresenham's line algorithm]]   for ''aliased'' lines.
<br><br>


=={{header|ARM Assembly}}==
=={{header|ARM Assembly}}==