RosettaCodeData/Task/Bitmap-Bresenhams-line-algorithm/00DESCRIPTION

4 lines
199 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2018-06-22 20:57:24 +00:00
Using the data storage type defined on the [[Bitmap]] page for raster graphics images, draw a line given two points with [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
2016-12-05 22:15:40 +01:00
<br><br>