Bitmap/Midpoint circle algorithm: Difference between revisions

m
added whitespace.
m (→‎{{header|REXX}}: added/changed comments and whitespace, used a template for the output section.)
m (added whitespace.)
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'''
;Task:
(also known as '''Bresenham's circle algorithm'''). <BR>
Using the data storage type defined [[Basic_bitmap_storage|on this page]] for raster images,
write an implementation of the '''midpoint circle algorithm''' &nbsp; (also known as '''Bresenham's circle algorithm''').
 
([[wp:Midpoint_circle_algorithm|definition on Wikipedia]]).
<br><br>
 
=={{header|Ada}}==