Bresenham’s Circle Algorithm
Bresenham’s Circle Algorithm Bresenham’s circle algorithm is an efficient method of generating a circle as compared to polynomial or trigonometric method. It involves only integer addition, subtraction, and multiplication by 2. It uses the decision parameter or variable to decide which pixels will fall on the circumference of the circle. The algorithm uses eight-way symmetry… Read More »