project

fun project(queryPoint: Vector2d, ds: Double = 3.0): Double

Project queryPoint onto the current path by applying fastProject with various guesses along the path.

Return

the displacement along the path where queryPoint is projected to.

Parameters

queryPoint

query queryPoint

ds

spacing between guesses