Convex hull in 3d space.
H=convex_hull_3(x, y, z);
The function convex_hull_3 computes the convex hull of a given set of three-dimensional points.
For more details see CGAL Manual.
This function uses the Convex_hull_3 package of CGAL, which is under QPL license. See License Terms