Most voted "qhull" questions
Qhull computes convex hooves, Delaunay triangulations, half-space intersections over a point, Voronoi diagrams, extra-sized Delaunay triangulations, and extra-sized Voronoi diagrams. Runs in 2-d, 3-d, 4-d, and larger dimensions.
Learn more…1 question
Sort by count of
-
0
votes0
answers36
viewsHow to use Qhull
You know the Qhull? He makes a triangulation Delaunay. I have a set of points in a file and I want to generate the vertices, but I’m not able to put the commands in the program.…