Bitmap/Bresenham's line algorithm: Difference between revisions

Content added Content deleted
(Updated D entry)
m (simpler wp link)
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_algorithms line algorithm|Bresenham's line algorithm]].
 
=={{header|Ada}}==