Package convexhull3d

Class Summary
ConvexHull3D Robustly computes the convex hull of a three dimensional set of points.
ConvexHull3DTest Test class for ConvexHull3D.
HalfEdge Represents the half-edges that surround each triangular face in a counter-clockwise direction.
SpatialPoint A 3D spatial point, used to represent both input points and hull vertices.
SpatialVector Bare bones 3D spatial vector.
Triangle Basic triangular face used to form the hull.