static void Update(const int radius, int &col, int &row)
Update the coordinates along the loci of a circle. When drawing the ring we need an efficient means t...
static void DrawRing(float **canvas, const int row, const int col, const int inner, const int outer, const float weight)
Add a filled ring to the specified canvas. The ring has an inner radius based on the minimum predicte...