public interface WingededgeInterface extends TriangulationInterface
Modifier and Type | Method and Description |
---|---|
int |
getLeftBack(int e) |
int |
getLeftFront(int e) |
int |
getRightBack(int e) |
int |
getRightFront(int e) |
boolean |
isOutgoing(int e,
int v)
Check whether edge e is outgoing from vertex v
|
int |
sizeOfEdges() |
int |
sizeOfVertices()
Return the number of vertices in the triangulation
|
getEdge, getPoint, getSource, getTarget
int getLeftFront(int e)
int getRightFront(int e)
int getLeftBack(int e)
int getRightBack(int e)
int sizeOfVertices()
TriangulationInterface
sizeOfVertices
in interface TriangulationInterface
int sizeOfEdges()
boolean isOutgoing(int e, int v)