the NumericalPath to iterate over
number of points to deliver during the iteration
Private
delta_delta determines how finely the path is drawn
Sets the given MutableVector to the location of the next point on the path.
the MutableVector where the location is stored
true if a next point was found
Generated using TypeDoc
Iterates over a NumericalPath to give the
x-y
location of a set of points. Assumes that thep
values (distance along path) are increasing in the table.TO DO plot more points where the path is more curvy, ie. where second derivative is bigger