Registry / other / qhull
library8.0.2vcpkgunverified

Computes the convex hull, Delaunay triangulation, Voronoi diagram.

vcpkg install qhull
INSTALL
IMPORT
SIG · QHULL
Q
qhull
othercppv8.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libqhullcpp/Qhull.h
#include <libqhullcpp/Qhull.h>

Initialize Qhull for 2D computation

#include <libqhullcpp/Qhull.h> #include <iostream> int main() { orgQhull::Qhull qhull; qhull.runQhull("", 2, 3, NULL, ""); std::cout << "Qhull initialized" << std::endl; return 0; }
Debug
Known issues
gotchaC++ interface is separate from C library; ensure you link against qhullcpp, not just qhull.
fix
Use target_link_libraries(your_target qhull::qhullcpp) for C++ usage.
affects: *
Upgrade
Version history
8.0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qhull — pip install qhull · libregistry