TABLE_DELAUNAY is a MATLAB program which computes the Delaunay triangulation of a set of points in the plane.
Specifically, TABLE_DELAUNAY reads a data file of node coordinates, computes the Delaunay triangulation of those points, and writes a triangle file listing the indices of nodes that form each triangle.
table_delaunay ( 'prefix' )where 'prefix' is the common prefix for the node and triangle files,
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
TABLE_DELAUNAY is available in a C++ version and a FORTRAN90 version and a MATLAB version.
DELAUNAY_LMAP_2D, a FORTRAN90 program which computes the Delaunay triangulation of points in the plane under a linear mapping.
GEOMPACK, a MATLAB library which contains the routines used for computing the Delaunay triangulation, by Barry Joe.
MESH2D, a MATLAB library which can automatically create a triangular mesh for a given polygonal region, by Darren Engwirda.
STRIPACK, a FORTRAN90 library which can compute the Delaunay triangulation or Voronoi diagram of points on a sphere.
TABLE, a data format which is used for the input to this program.
TABLE_IO, a MATLAB library which supplies the routines used to read the TABLE file.
TABLE_VORONOI, a FORTRAN90 program which can be used to compute information about the Voronoi diagram of the points.
TRIANGULATION_DISPLAY_OPENGL, a C++ program which reads files defining a triangulation and displays an image using Open GL.
TRIANGULATION_PLOT, a MATLAB program which may be used to visualize triangulations.
TRIPACK, a FORTRAN90 library which can compute the Delaunay triangulation of points in the plane.
HEX_CVT3 puts a set of 139 nodes into the double hexagonal hole region using CVT techniques.
You can go up one level to the MATLAB source codes.