Date: Jan 10, 2013 10:16 AM Author: Aaronne Subject: How to get the volume of a 3D concave shape? Hi smart guys,
I am wondering if anyone knows how to get the volume of a 3D concave shape? The Matlab build-in function can only calculate the volume of a convex shape. For example,
[K, V] = convhulln(shape.vertices);
V is the volume. Here the shape is defined by a mesh with vertices and faces.
Thanks very much.
Best,
Aaronne.