fun project(queryPoint: Vector2d, ds: Double = 0.25): Double
Project queryPoint onto the current path by applying fastProject with various guesses along the path.
queryPoint - query queryPoint
queryPoint
ds - spacing between guesses
ds