I am using Bresenham\'s circle algorithm for fast circle drawing. However, I also want to (at the request of the user) draw a filled circle.
Is there a fast and effi
If you want a fast algorithm, consider drawing a polygon with N sides, the higher is N, the more precise will be the circle.