Search code examples
c++math3dconvex-hull

3D Convex Hull's Volume


I have the points of a 3D convex hull, I want to find out the volume of the convex hull. Anyone knows any methods to do so? It would be really nice to inform me about any C++ library that can do that for me.


Solution

  • For the volume, simply see wikipedia, under "Orientable polyhedra". You want the formula with volume = 1/3 * sum...