Search Results for

    Show / Hide Table of Contents

    Interface ITriangleVisitor

    An interface for algorithms which process the triangles in a QuadEdgeSubdivision.

    Namespace: NetTopologySuite.Triangulate.QuadEdge
    Assembly: NetTopologySuite.dll
    Syntax
    public interface ITriangleVisitor

    Methods

    | Edit this page View Source

    Visit(QuadEdge[])

    Visits the QuadEdges of a triangle.

    Declaration
    void Visit(QuadEdge[] triEdges)
    Parameters
    Type Name Description
    QuadEdge[] triEdges

    an array of the 3 quad edges in a triangle (in CCW order)

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