public interface TriangulationInterface
Modifier and Type | Method and Description |
---|---|
int |
getEdge(int v)
Return an edge incident to vertex v
|
float[] |
getPoint(int v)
Return the geometric coordinates of the point
|
int |
getSource(int e)
Return the vertex origin of edge e
|
int |
getTarget(int e)
Return the vertex target of edge e
|
int |
sizeOfVertices()
Return the number of vertices in the triangulation
|
int getSource(int e)
int getTarget(int e)
int getEdge(int v)
float[] getPoint(int v)
int sizeOfVertices()