lyon_geom::cubic_bezier_intersections

Function walk_convex_hull_edges_to_fat_line

source
fn walk_convex_hull_edges_to_fat_line<S: Scalar>(
    hull_vertices: &[Point<S>],
    vertices_are_for_top: bool,
    threshold: S,
) -> Option<S>