Bitmap/Bresenham's line algorithm: Difference between revisions

m
no edit summary
m (→‎{{header|zkl}}: rename function)
mNo edit summary
Line 3:
 
;Task:
Using the data storage type defined   [[Basic_bitmap_storage|on this page]]   for raster graphics images, draw a line given two points with the [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br>draw a line given two points with the &nbsp; [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br><br>
 
Anonymous user