Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qhull

Volume Of Voronoi Cell (python)

I'm using Scipy 0.13.0 in Python 2.7 to calculate a set of Voronoi cells in 3d. I need to get … Read more Volume Of Voronoi Cell (python)

Qhull Convex Hull Wants Me To Input At Least 3 Points

Update: I've decided to try to use a linear programming package in order to determine if the ve… Read more Qhull Convex Hull Wants Me To Input At Least 3 Points