Bitmap/Bresenham's line algorithm: Difference between revisions

Content added Content deleted
(Updated D entry)
m (simpler wp link)
Line 1: Line 1:
{{task|Raster graphics operations}}[[Category:Graphics algorithms]]
{{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 algorithm]].
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]].


=={{header|Ada}}==
=={{header|Ada}}==