com.vividsolutions.jts.triangulate.quadedge
Class QuadEdgeUtil
java.lang.Object
com.vividsolutions.jts.triangulate.quadedge.QuadEdgeUtil
public class QuadEdgeUtil
- extends Object
Utilities for working with QuadEdge
s.
- Author:
- mbdavis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuadEdgeUtil
public QuadEdgeUtil()
findEdgesIncidentOnOrigin
public static List findEdgesIncidentOnOrigin(QuadEdge start)
- Gets all edges which are incident on the origin of the given edge.
- Parameters:
start
- the edge to start at
- Returns:
- a List of edges which have their origin at the origin of the given
edge
Copyright © 2012. All Rights Reserved.