0
$\begingroup$

I have curve that is drawn between point A and B. I want to divide this curve to 100 smaller waypoints. How can I determine what these 100 waypoints are as coordinates, when I only know points A and B?

  • 0
    What form does the curve between A and B take? Is it a straight line, an arc of a circle, a cubic spline (the last two will require additional 'control points' to be specified - what are they?) or something else?2011-06-22
  • 0
    Curve can take form of arc of cricle.2011-06-22

1 Answers 1