fun project(point: Vector2d, projectGuess: Double = length() / 2.0): Path.ProjectionResult
Project point onto the current path.
point - query point
point
projectGuess - guess for the projected point's s along the path
projectGuess