in reply to circular area in a coordinates grid (AoA)
This is one time I'd advocate not re-inventing the wheel. (Depends on how you are using your results.)
Graphics packages are contain very optimised fast circle drawing algorithms coded in C. So, define your "array" as a 2-color (BW) image and then have it draw the circles.
GD for example, can draw thousands of circles per second.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: circular area in a coordinates grid (AoA)
by BrowserUk (Patriarch) on Mar 22, 2019 at 21:26 UTC |