Determines the points needed for rasterizing a circle
Rasterizing a circle of radius 23 with the Bresenham midpoint circle algorithm. Only the green octant is actually calculated, it is simply mirrored eight times to form the other seven octants.A circle of radius 23 drawn by the Bresenham algorithm