Module qhull

Module qhull 

Source
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