Filled Circle using arccos
Filled Circle using arccos Optimization (from v2): * Half the loop iterations * Less calculations Inspiration: Midpoint circle algorithm / Bresenham's circle algorithm, but still supporting a clean transparent surface. The project utilize the circles properties to only calculate a quarter of the circle and the mirror this horizontally (x-axis) and vertically (y-axis).