1. Home
  2. Browse
  3. qhull

qhull

v8.0.2#5Latest

computes the convex hull, Delaunay triangulation, Voronoi diagram

Install

Run the following Vcpkg command to install the port.

vcpkg install qhull

Usage

The package qhull provides CMake targets:

# Reentrant C API
find_package(Qhull CONFIG REQUIRED)
target_link_libraries(main PRIVATE Qhull::qhull_r)
# C++ API
find_package(Qhull CONFIG REQUIRED)
target_link_libraries(main PRIVATE Qhull::qhullcpp)

Features

Dependencies

See source

Version

v8.0.2#5

Publication

Supports

All

GitHub

qhull/qhull

Homepage

github.com/qhull/qhull

Subtree

ff2d960586

License

Complex license

Definition

Manifest