calculate the angles for an ellipse to get nearly equal (if not equal) arc lengths based on major and minor axes lengths

304 Views Asked by At

I am trying to get equidistant points on an ellipse. I have the major axis and minor axis. Is there a way to calculate the angles in a loop, where the points are at equal distance on teh ellipse? I know how to calculate points on ellipse based on equal angles, but I would like to get the angle based on equal arc lengths.