| Package | Description |
|---|---|
| Jcg.polyhedron | |
| Jcg.subdivision | |
| Jcg.viewer.processing3d |
| Modifier and Type | Field and Description |
|---|---|
Face<X> |
Halfedge.face |
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<Face<X>> |
Polyhedron_3.facets |
| Modifier and Type | Method and Description |
|---|---|
Face<X> |
Halfedge.getFace() |
| Modifier and Type | Method and Description |
|---|---|
void |
Polyhedron_3.createCenterVertex(Face<X> f)
Split a face by inserting a new vertex
|
void |
Halfedge.setFace(Face<X> f) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoopSubdivision.subdivideFace(Face<Point_3> f)
Perform the subdivision of a face into 4 triangular sub-faces
Edges must already be split: the face has degree 3+3
|
| Modifier and Type | Method and Description |
|---|---|
void |
DrawPolyhedronProcessing.drawFace(Face<Point_3> f)
Draw a (triangle or polygonal) face
|