triangulation_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Programs:

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.

Source Code:


Last revised 23 August 2019