MATLAB has a function that computes the 3-dimensional
Delaunay triangulation of a set of points, so it's
possible to write a fairly short MATLAB script that
computes the triangulation from the set of vertices
and verifies that the triangulation is, indeed, dihedral
acute. We provide such a script
here. The script
is not robust in terms of error checking, but given a
file with a list of points in 3-dimensional Euclidean space, it
reads the points from the file, computes their Delaunay
triangulation, and computes the dihedral angles and
face angles of the tetrahedra of the Delaunay
triangulation.
To cite this webpage, the vertex data, or the program linked from this page, please use this.