Quintic Bezier Spline
Class for representing the end points of interpolated quintic splines.
X polynomial (x(t)).
x(t)
Y polynomial (y(t)).
y(t)
Returns the length of the curve.
Returns the nearest point on the curve in terms of the internal parameter t.
Projection algorithm based on this paper, but with the Modified Uspensky algorithm instead of using a Sturm sequence.
If this curve can not trivially be reparameterized to an arc length parameter, it should be done here.