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.
DELAUNAY_LMAP_2D is a FORTRAN90 program which computes the Delaunay triangulation of points in the plane under a linear mapping.
GEOMPACK is a MATLAB library which contains the routines used for computing the Delaunay triangulation, by Barry Joe.
STRIPACK is a FORTRAN90 library which can compute the Delaunay triangulation or Voronoi diagram of points on a sphere.
TABLE is a data format which is used for the input to this program.
TABLE_DELAUNAY is available in a C++ version and a FORTRAN90 version and a MATLAB version.
TABLE_IO is a MATLAB library which supplies the routines used to read the TABLE file.
TABLE_TET_MESH is a MATLAB program which can read a table file of 3D data, and compute a tetrahedral mesh.
TABLE_VORONOI is a FORTRAN90 program which can be used to compute information about the Voronoi diagram of the points.
TRIANGULATION_DISPLAY_OPEN_GL is a C++ program which reads files defining a triangulation and displays an image using Open GL.
TRIANGULATION_PLOT is a MATLAB program which may be used to visualize triangulations.
TRIPACK is 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.