pub fn single_curve_approximation_error<S: Scalar>(
curve: &CubicBezierSegment<S>
) -> S
Expand description
Evaluates an upper bound on the maximum distance between the curve and its quadratic approximation obtained using the single curve approximation.