compositeProject

public final Pair<Double, ParametricCurve> compositeProject(Vector2d queryPoint)

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.