triangulation_test


triangulation_test, a C++ code which calls triangulation(), which computes 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 computer code and data files described and made available on this web page are 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 05 May 2020.