lyon_geom::cubic_bezier_intersections

Function walk_convex_hull_start_to_fat_line

source
fn walk_convex_hull_start_to_fat_line<S: Scalar>(
    hull_top_vertices: &[Point<S>],
    hull_bottom_vertices: &[Point<S>],
    d_min: S,
    d_max: S,
) -> Option<S>