Bitmap/Bresenham's line algorithm: Difference between revisions

m
added whitespace before the TOC (table of contents).
(→‎{{header|zkl}}: added flood)
m (added whitespace before the TOC (table of contents).)
Line 1:
{{task|Raster graphics operations}}[[Category:Graphics algorithms]]
 
Using the data storage type defined [[Basic_bitmap_storage|on this page]] for raster graphics images, draw a line given 2 points with the [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br>draw a line given 2 points with the [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br><br>
 
=={{header|Ada}}==