tiny_skia::path_geometry

Function chop_cubic_at_max_curvature

Source
pub fn chop_cubic_at_max_curvature(
    src: &[Point; 4],
    t_values: &mut [NormalizedF32Exclusive; 3],
    dst: &mut [Point],
) -> usize