Search Results for

    Show / Hide Table of Contents

    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 Tris for each edge. Tris are constructed independently, and if needed linked into a triangulation using TriangulationBuilder.

    An edge of a Tri in a triangulation is called a boundary edge if it has no adjacent triangle.
    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.

    • Edit this page
    In this article
    Back to top Generated by DocFX