libqhull/README.md

5 lines
310 B
Markdown
Raw Permalink Normal View History

2024-01-06 05:29:14 +01:00
# libqhull
Qhull is a general dimension convex hull program that reads a set of points from stdin, and outputs the smallest convex set that contains the points to stdout. It also generates Delaunay triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and halfspace intersections about a point.