delaunay_test


delaunay_test, a MATLAB code which calls the built-in MATLAB function delaunay(), which computes the Delaunay triangulation of a set of points.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

delaunay_test is available in a MATLAB version and a Python version.

Related Data and Programs:

convhull_test, a MATLAB code which demonstrates the use of the built-in MATLAB function convhull() for the computation of the convex hull of 2D points.

voronoi_test, a MATLAB code which calls the built-in MATLAB function voronoi(), which computes the Voronoi diagram of points.

Source Code:


Last revised on 08 March 2022.