public class QuadEdgeUtil
extends java.lang.Object
QuadEdge
s.Constructor | Description |
---|---|
QuadEdgeUtil() |
Modifier and Type | Method | Description |
---|---|---|
static java.util.List |
findEdgesIncidentOnOrigin(QuadEdge start) |
Gets all edges which are incident on the origin of the given edge.
|
public static java.util.List findEdgesIncidentOnOrigin(QuadEdge start)
start
- the edge to start atCopyright © 2018. All rights reserved.