project

open override fun project(query: Vector2d): Double

Returns the nearest point on the curve in terms of the internal parameter t.


fun project(p: Vector2d, tolerance: Double): Double

Projection algorithm based on this paper, but with the Modified Uspensky algorithm instead of using a Sturm sequence.