[][src]Function competitive_programming_rs::geometry::convex_hull::extract_convex_hull

pub fn extract_convex_hull(
    points: &[Point],
    contain_on_segment: bool
) -> Vec<usize>