math docs
    Preparing search index...

    Function quickhull3

    • Computes the convex hull of a set of 3D points using an incremental QuickHull algorithm.

      Parameters

      • points: number[]

        An array of numbers representing the 3D points (x1, y1, z1, x2, y2, z2, ...)

      Returns number[]

      An array of indices representing the triangles of the convex hull (i1, j1, k1, i2, j2, k2, ...).