Class QuadEdgeUtil
Inherited Members
Namespace: NetTopologySuite.Triangulate.QuadEdge
Assembly: NetTopologySuite.dll
Syntax
public class QuadEdgeUtil
Methods
| Edit this page View SourceFindEdgesIncidentOnOrigin(QuadEdge)
Gets all edges which are incident on the origin of the given edge.
Declaration
public static IList<QuadEdge> FindEdgesIncidentOnOrigin(QuadEdge start)
Parameters
Type | Name | Description |
---|---|---|
QuadEdge | start | the edge to start at |
Returns
Type | Description |
---|---|
IList<QuadEdge> | a List of edges which have their origin at the origin of the given edge |