arc_length_to_parameter#

Spline.arc_length_to_parameter(s, atol=0.0001)#

Convert the arc length s to the coresponding value in parameter space.

Parameters#

sfloat or np.array

Length on curve.

atolfloat

The ablsolute error tolerance.