fastProject

public final Double fastProject(Vector2d queryPoint, Double projectGuess, Integer iterations)

Project queryPoint onto the current path using the iterative method described here.

Parameters

queryPoint

query queryPoint

projectGuess

guess for the projected queryPoint's s along the path