Package | Description |
---|---|
jcgminimal.polyhedron | |
jcgminimal.schnyderwoods |
Modifier and Type | Field and Description |
---|---|
MinVertex |
MinHalfedge.vertex |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<MinVertex<X>> |
MinPolyhedron_3.vertices |
Modifier and Type | Method and Description |
---|---|
MinVertex |
MinHalfedge.getVertex() |
Modifier and Type | Method and Description |
---|---|
void |
MinHalfedge.setVertex(MinVertex v) |
int |
MinPolyhedron_3.vertexDegree(MinVertex<X> v)
compute the degree of a vertex
|
java.lang.String |
MinPolyhedron_3.vertexToString(MinVertex v)
Return a string representing the list of vertices
|
Modifier and Type | Field and Description |
---|---|
MinVertex<Jcg.geometry.Point_> |
MinPlanarTriSchnyderWood.v0 |
MinVertex<Jcg.geometry.Point_> |
MinPlanarTriSchnyderWood.v1 |
MinVertex<Jcg.geometry.Point_> |
MinPlanarTriSchnyderWood.v2 |
Modifier and Type | Method and Description |
---|---|
MinHalfedge<Jcg.geometry.Point_> |
MinPlanarTriSchnyderWood.getFirstIncomingRedEdge(MinVertex<Jcg.geometry.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
|