Interface IQuadEdgeLocator
An interface for classes which locate an edge in a QuadEdgeSubdivision which either contains a given Vertex V or is an edge of a triangle which contains V. Implementors may utilized different strategies for optimizing locating containing edges/triangles.
Namespace: NetTopologySuite.Triangulate.QuadEdge
Assembly: NetTopologySuite.dll
Syntax
public interface IQuadEdgeLocator
Methods
| Edit this page View SourceLocate(Vertex)
Declaration
QuadEdge Locate(Vertex v)
Parameters
Type | Name | Description |
---|---|---|
Vertex | v |
Returns
Type | Description |
---|---|
QuadEdge |