Package | Description |
---|---|
Jcg.polyhedron | |
Jcg.schnyderwoods |
Modifier and Type | Field and Description |
---|---|
Vertex |
Halfedge.vertex |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Vertex<X>> |
Polyhedron_3.vertices |
Modifier and Type | Method and Description |
---|---|
Vertex |
Halfedge.getVertex() |
Modifier and Type | Method and Description |
---|---|
void |
Halfedge.setVertex(Vertex v) |
int |
Polyhedron_3.vertexDegree(Vertex<X> v)
compute the degree of a vertex
|
java.lang.String |
Polyhedron_3.vertexToString(Vertex v)
Return a string representing the list of vertices
|
Modifier and Type | Field and Description |
---|---|
Vertex<Point_> |
PlanarTriSchnyderWood.v0 |
Vertex<Point_> |
PlanarTriSchnyderWood.v1 |
Vertex<Point_> |
PlanarTriSchnyderWood.v2 |
Modifier and Type | Method and Description |
---|---|
Halfedge<Point_> |
PlanarTriSchnyderWood.getFirstIncomingRedEdge(Vertex<Point_> v)
Return the first (half)edge oriented toward vertex v and having color 0 (red)
Edges (v0, v1) and (v2, v0) are assumed to be red colored
Return null, if such an edge does not exist
|