Function tiny_skia::path_geometry::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