A utility function to create X/Y positions on a circle. The algorithm adapted from <https://www.geeksforgeeks.org/mid-point-circle-drawing-algorithm/>
midPtCir(x0, y0, r)
a numeric, defines the x coordinate of the circle's centre.
a numeric, defines the y coordinate of the circle's centre.
a numeric, defines the circle's radius.
a numeric matrix.