PositionPath
Path composed of a list of parametric curves.
Parameters
list of curves.
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 position 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 position second derivative s units along the path.
Returns a pair containing the ParametricCurve at s inches along the path and the length along that segment.
Returns the start position derivative.
Returns the start position second derivative.
Returns the angle of the tangent line s units along the path.