GEOMPACK is a library of PASCAL routines (written for the DELPHI compiler), which can compute the Delaunay triangulation of a set of points in the plane.
GEOMETRY is a FORTRAN90 library of routines for geometric calculations in 2, 3 and N dimensional space.
GEOMPACK is also available in a C++ version and a FORTRAN90 version and a MATLAB version.
GEOMPACK2 is a more extensive FORTRAN90 library, from which GEOMPACK was extracted.
GEOMPACK3 is a FORTRAN90 library for 3D geometric problems.
TRIANGULATION_DISPLAY_OPEN_GL is an executable C++ program which reads files defining a triangulation and displays an image using Open GL.
TRIANGULATION_TRIANGLE_NEIGHBORS is an executable FORTRAN90 program that reads data defining a triangulation, determines the neighboring triangles of each triangle, and writes that information to a file.
Barry Joe,
Department of Computing Science,
University of Alberta,
Edmonton, Alberta, Canada.
Malte Persike,
Institute of Psychology,
Department of Psycholgical Methods,
D-55099 Mainz, Germany,
email: malte@t-online.de.
The Delphi code is a port of the C++ version of GEOMPACK (10 November 2006). Several significant modifications have been made to the code in order to provide a smooth transition to Delphi.
You can go up one level to the PASCAL source codes.