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