Expand description
QHull algorithm implementation for convex hull computation
This module implements convex hull computation using the QHull library, which supports arbitrary dimensions and provides robust geometric calculations.
Functionsยง
- compute_
qhull - Compute convex hull using QHull algorithm