qhull

Computes convex hulls and related geometric structures in n dimensions

brewmacoslinux
Try with needOr install directly
Source

About

Computes convex hulls in n dimensions

Commands

qhullrbox

Examples

Generate random points and compute their 3D convex hull$ rbox 10 | qhull
Compute convex hull of 2D points from a file with verbose output$ qhull s < points.txt
Generate 5 random points in 4D and compute hull statistics$ rbox 5 d4 | qhull s