Namespace NetTopologySuite.Triangulate.Tri
Classes for representing a planar triangulation as a set of linked triangles. Triangles are represented by memory-efficient Tri objects. A set of triangles can be linked into a triangulation using TriangulationBuilder.
Classes
Tri
A memory-efficient representation of a triangle in a triangulation.
Contains three vertices, and links to adjacent Tri
s for each edge.
Tri
s are constructed independently, and if needed linked
into a triangulation using TriangulationBuilder.
The set of Tris containing boundary edges are called the triangulation border.
TriangulationBuilder
Builds a triangulation from a set of Tris by populating the links to adjacent triangles.