OiO.lk Blog C# fast algorithm for drawing filled circles?
C#

fast algorithm for drawing filled circles?


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 efficient way of doing this? Something along the same lines of Bresenham?

The language I am using is C.



You need to sign in to view this answers

Exit mobile version