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 information on this web page is 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.