RosettaCodeData/Task/Bitmap-Midpoint-circle-algorithm/00-TASK.txt

7 lines
294 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
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''').
([[wp:Midpoint_circle_algorithm|definition on Wikipedia]]).
<br><br>