Package | Description |
---|---|
Jcg.polyhedron | |
Jcg.schnyderwoods | |
Jcg.subdivision |
Modifier and Type | Field and Description |
---|---|
Vertex<X> |
Halfedge.vertex |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Vertex<X>> |
Polyhedron_3.vertices |
Modifier and Type | Method and Description |
---|---|
Vertex<X> |
Halfedge.getVertex() |
Modifier and Type | Method and Description |
---|---|
void |
Polyhedron_3.eraseCenterVertex(Vertex<X> v)
replace the star of a vertex v by a new face
|
void |
Halfedge.setVertex(Vertex<X> v) |
int |
Polyhedron_3.vertexDegree(Vertex<X> v)
compute the degree of a vertex
|
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
|
Modifier and Type | Method and Description |
---|---|
Point_3 |
LoopSubdivision.computeNewVertexLocation(Vertex<Point_3> v)
Compute the new coordinates for a vertex (already existing in the initial mesh)
|