mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
|
Qhull computes convex hulls, Delaunay triangulations, halfspace
|
||
|
intersections about a point, Voronoi diagrams, furthest-site Delaunay
|
||
|
triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
|
||
|
3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
|
||
|
for computing the convex hull. Qhull handles roundoff errors from
|
||
|
floating point arithmetic. It computes volumes, surface areas, and
|
||
|
approximations to the convex hull.
|
||
|
|
||
|
WWW: www.qhull.org
|
||
|
|
||
|
- Eduard
|
||
|
pusto@web.de
|