Build the 3D convex hull Main QuickHull algorithm implementation. Builds a 3D convex hull from the input points.
the builder instance
maximum vertices allowed in hull
distance tolerance for point inclusion
object with result code and error message (if any)
Build the 3D convex hull Main QuickHull algorithm implementation. Builds a 3D convex hull from the input points.