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 SourceVisit(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) |