The Triangulation Template Library - SINTEF-Geometry/GoTools GitHub Wiki

The Triangulation Template Library (TTL) is a library for operations related to triangulations. TTL is not dependent on a specific data structure, but can be adapted to any type of triangulation defined by the user. Delaunay triangulation, add/remove nodes and search/traversing are examples of tools. The code is implemented in C++.

images/anim_opt.gif

A Constrained Delaunay Triangulation

Resources