Why do we prefer mid point algorithm over bresenham's algorithm for drawing the circle?
Answers
Answered by
5
In computer graphics, the midpoint circle algorithm is an algorithm used to determine the points needed for rasterizing a circle. Bresenham's circle algorithm is derived from the midpoint circle algorithm.[citation needed] The algorithm can be generalized to conic sections.[1]
The algorithm is related to work by Pitteway[2] and Van Aken.[3]
The algorithm is related to work by Pitteway[2] and Van Aken.[3]
Similar questions