Class QHull3D


  • public class QHull3D
    extends ConvexHull3D
    calculates the convex hull of a set of 3d points.

    The GiftWrap convex hull algorithm is used, hence the
    class name.

    Note: It is important that there are not multiple vertices at the same coordinates.
    Filter these away before using this convex hull calculation.