I want to do the following:
1.) Ask user for the vertical and horizontal distances of the ellipse
2.) With this information calculate the circumference
3.) Divide the circumference by the closest even number to give as close to 1 unit as a value for 'r'
4.) Use the 'r' value and an angle output by a formula which would take the above into account to find the next point.
5.) Repeat point by point going around the ellipse until the original point is arrived at
Any ideas how I could learn what is required to arrive at the correct angle increments between my points. It is important for me to have equally spaced 'r' values.
I did a similar thing to output circle coordinates in this sheet. Click the 'roundabout' tab.