Computes the convex hull of a set of 3D points using an incremental QuickHull algorithm.
An array of numbers representing the 3D points (x1, y1, z1, x2, y2, z2, ...)
An array of indices representing the triangles of the convex hull (i1, j1, k1, i2, j2, k2, ...).
Computes the convex hull of a set of 3D points using an incremental QuickHull algorithm.