11 lines
275 B
Text
11 lines
275 B
Text
;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>
|
|
|