Class for computing the convex hull of vertices
Static
Compute the faces of the convex hull
position of all vertices
a list of faces. A face consists of a list of vertex indices.
Compute the indices of the vertices of the convex hull
a list of vertex indices
Compute the vertices of the convex hull
a list of vertices
Class for computing the convex hull of vertices