RosettaCodeData/Task/Bitmap-Bresenhams-line-algorithm/00-TASK.txt

5 lines
204 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Using the data storage type defined on the [[Bitmap]] page for raster graphics images,
<br>draw a line given two points with [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br><br>