GEOMPACK
Delaunay triangulations


GEOMPACK is a library of C++ routines, using double precision arithmetic, which carry out certain geometric computations, including the Delaunay triangulation and Voronoi diagram of a set of points in the plane.

Related Data and Programs:

DUTCH is a FORTRAN90 library of routines for computational geometry.

GEOMETRY is a C++ library of routines for geometric calculations in 2, 3 and N dimensional space.

GEOMPACK is also available in a FORTRAN90 version and a MATLAB version and a PASCAL version.

TABLE_DELAUNAY is an executable C++ program that reads a file of 2d point coordinates and computes the Delaunay triangulation.

Author:

Barry Joe,
Department of Computing Science,
University of Alberta,
Edmonton, Alberta, Canada T6G 2H1
Phone: (403) 492-5757
Email: barry@cs.ualberta.ca

Reference:

  1. Franz Aurenhammer,
    Voronoi diagrams - a study of a fundamental geometric data structure,
    ACM Computing Surveys,
    Volume 23, Number 3, pages 345-405, September 1991,
    ../../pdf/aurenhammer.pdf
  2. Barry Joe,
    GEOMPACK - a software package for the generation of meshes using geometric algorithms,
    Advances in Engineering Software,
    Volume 13, pages 325-331, 1991.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 06 January 2006.