triangulation_test, a C code which calls triangulation() to compute a triangulation of a set of points in 2D, and carries out various other related operations on triangulations of order 3 or 6.
The computer code and data files described and made available on this web page are distributed under the MIT license
triangulation, a C code which performs various operations on order 3 (linear) or order 6 (quadratic) triangulations, including searching a Delaunay triangulation to find which triangle contains a given point.