[−][src]Function lyon_geom::cubic_to_quadratic::single_curve_approximation_error
pub fn single_curve_approximation_error<S: Scalar>(
curve: &CubicBezierSegment<S>
) -> S
Evaluates an upper bound on the maximum distance between the curve and its quadratic approximation obtained using the single curve approximation.