pub fn convex_hull_indices(shape: &SPolygon) -> Vec<usize>
Returns the indices of the points in the SPolygon that form the convex hull
SPolygon