Class LastFoundQuadEdgeLocator
Inheritance
LastFoundQuadEdgeLocator
Assembly: NetTopologySuite.dll
Syntax
public class LastFoundQuadEdgeLocator : IQuadEdgeLocator
Constructors
|
Edit this page
View Source
LastFoundQuadEdgeLocator(QuadEdgeSubdivision)
Declaration
public LastFoundQuadEdgeLocator(QuadEdgeSubdivision subdiv)
Parameters
Methods
|
Edit this page
View Source
Locate(Vertex)
Locates an edge e, such that either v is on e, or e is an edge of a triangle containing v.
The search starts from the last located edge and proceeds on the general direction of v.
Declaration
public QuadEdge Locate(Vertex v)
Parameters
Type |
Name |
Description |
Vertex |
v |
|
Returns
Implements