RosettaCodeData/Task/Bitmap-Midpoint-circle-algorithm/00DESCRIPTION

5 lines
273 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
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>
2013-04-10 16:19:29 -07:00
([[wp:Midpoint_circle_algorithm|definition on Wikipedia]]).