logo
pub fn cubic_to_quadratics_with_t<S: Scalar, F>(
    curve: &CubicBezierSegment<S>,
    tolerance: S,
    cb: &mut F
) where
    F: FnMut(&QuadraticBezierSegment<S>, Range<S>), 
Expand description

Approximates a cubic bézier segment with a sequence of quadratic béziers.