The paper Volumes From Overlaying 3-D Triangulations in Parallel by Franklin and Kankanhalli presents a mysterious formula that I have corroborated numerically in several cases. It can be used to reduce an integral over the interior of an n-dimensional polyhedron, to a sum over its vertices.
For a performance gain one can choose a nearby plane PL and compute the content of the projection of a bounding simplex onto PL and multiply by the signed distance of the simplex centroid to that plane. The sum of these products is also the volume of the polyhedron. This is a computational gain if PL is parallel to one of the coordinate axis planes because a row of zeros is introduced into the determinant. The same plane must be used for each bounding simplex.