Path
Path composed of a list of parametric curves and heading interpolators.
Parameters
list of path segments
Functions
Projects queryPoint onto the current path by calling ParametricCurve.project on every segment and comparing the results. May be faster or slower than fastProject depending on the path.
Returns the end pose second derivative.
Project queryPoint onto the current path using the iterative method described here.
Returns the pose along the segment specified by segmentIndex at the internal parameter t.
Project queryPoint onto the current path by applying fastProject with various guesses along the path.
Calls ParametricCurve.reparameterize on all the curves in this path.
Returns the pose second derivative s units along the path.
Returns a pair containing the PathSegment at s inches along the path and the length along that segment.
Returns the start pose derivative.
Returns the start pose second derivative.
Returns the angle of the tangent line s units along the path.