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?
How can I count waypoints between a curve?
0
$\begingroup$
geometry
computational-geometry
bezier-curve
-
0What 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
-
0Curve can take form of arc of cricle. – 2011-06-22