Convex Hull generation as points
Returns the convex hull as an unsorted vector that contains the indices the points forming a convex hull around all input points.
Convex Hull generation as triangle mesh
Returns the convex hull as a vector of tuples of size 3 that contains the indices of the triangle vertices within the input buffer that form a convex hull around all input points
or an error if less than 3 linearily independent points were given in the input buffer.