Class QuadEdgeUtil

Hierarchy: Object , QuadEdgeUtil
public class QuadEdgeUtil
Utilities for working with QuadEdges.
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