JTS Core 1.17.1
Packages
Classes
Search
About
Top
findEdgesIncidentOnOrigin(QuadEdge): List
Bottom
Source
Classic
org.locationtech.jts.triangulate.quadedge
Class QuadEdgeUtil
Hierarchy:
Object
, QuadEdgeUtil
public class QuadEdgeUtil
Utilities for working with
QuadEdge
s.
Authors:
mbdavis
public
static
List
findEdgesIncidentOnOrigin(
QuadEdge
start)
Gets all edges which are incident on the origin of the given edge.
Parameters:
start - start the edge to start at
Returns:
a List of edges which have their origin at the origin of the given edge