Bitmap/Midpoint circle algorithm: Difference between revisions

Content added Content deleted
m (use <lang>)
m (Interwiki link)
Line 1: Line 1:
{{task|Raster graphics operations}}Using the data storage type defined [[Basic_bitmap_storage|on this page]] for raster images, write an implementation of the '''midpoint circle algorithm''' (also known as '''Bresenham's circle algorithm'''). <BR>
{{task|Raster graphics operations}}
([[wp:Midpoint_circle_algorithm|definition on Wikipedia]]).

Using the data storage type defined [[Basic_bitmap_storage|on this page]] for raster images, write an implementation of the '''midpoint circle algorithm''' (also known as '''Bresenham's circle algorithm'''). <BR>
([http://en.wikipedia.org/wiki/Midpoint_circle_algorithm definition on Wikipedia]).


=={{header|Ada}}==
=={{header|Ada}}==
<lang ada>
<lang ada>