mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
297 B
Plaintext
6 lines
297 B
Plaintext
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.
|