Up: Qhull Home Page
Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. 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 can approximate a convex hull.
Visit Qhull News for news, bug reports, change history, and users. If you use Qhull 2003.1 or 2009.1, please upgrade to 2015.2 or apply poly.c-qh_gethash.patch.
Type: console programs for Windows (32- or 64-bit)
Includes 32-bit executables, documentation, and sources files. It runs in a command window. Qhull may be compiled for 64-bits.
Type: git repository for Qhull. See recent Changes.txt
Includes documentation, source files, C++ interface, and test programs. It builds with gcc, mingw, CMake, DevStudio, and Qt Creator.
Type: C/C++ source code for 32-bit and 64-bit architectures. See Changes.txt
Includes documentation, source files, Makefiles, CMakeLists.txt, DevStudio projects, and Qt projects. Includes preliminary C++ support.
Download and search sites for pre-built packages include
Type: PDF on ACM Digital Library (from this page only)
Barber, C.B., Dobkin, D.P., and Huhdanpaa, H.T., "The Quickhull algorithm for convex hulls," ACM Transactions on Mathematical Software, 22(4):469-483, Dec 1996 [abstract].
Type: C source code for 32-bit architectures
Version 1.0 is a fifth the size of version 2.4. It computes convex hulls and Delaunay triangulations. If a precision error occurs, it stops with an error message. It reports an initialization error for inputs made with 0/1 coordinates.
Version 1.0 compiles on a PC with Borland C++ 4.02 for Win32 and DOS Power Pack. The options for rbox are "bcc32 -WX -w- -O2-e -erbox -lc rbox.c". The options for qhull are the same. [D. Zwick]
Up: Qhull Home Page
Comments to: qhull@qhull.org