Core Triangle API

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche

The Core Trinagle API is a port of the UNIX application TRIANGLE written by Jonathan Richard Shewchuk for DELPHI use under Window NT.

The application is used to create a two-dimensional mesh triangulation in Delaunay terms. It supports Delaunay triangulation, constraint polygon triangulation, and the creation of Voronoi-diagrams. The Program was modified to use interfaces for Delphi 5 under Windows NT 4.0. To be opportune with the compiler family, the code was adapted to use the free Borland C++ Compiler BCC 5.5. The result is a dynamic like library with a DELPHI core API. The code is very volatile, and it is the start for programming a secure encapsulation of the API as a component.