arc_length_to_parameter# HermiteSpline.arc_length_to_parameter(s, atol=0.0001)# Convert the arc length s to the coresponding value in parameter space. Parameters# sfloat or np.arrayLength on curve. atolfloatThe ablsolute error tolerance.