Package | Description |
---|---|
Jcg.graph | |
Jcg.triangulations3D | |
Jcg.viewer.j3d |
Modifier and Type | Method and Description |
---|---|
static GeometricGraph_3 |
GraphBuilder.getGraphFrom3DTriangulation(Delaunay_3 tri)
Construct the graph corresponding to a 3D triangulation.
|
Constructor and Description |
---|
Delaunay_3(Delaunay_3 del)
cloning constructor that only copies internal pointers and does not actually duplicate the content.
|
Modifier and Type | Field and Description |
---|---|
Delaunay_3 |
MeshViewer.del3D |
Modifier and Type | Method and Description |
---|---|
void |
MeshViewer.addEdges(javax.media.j3d.TransformGroup objTrans,
javax.media.j3d.Appearance ap,
Delaunay_3 del)
Draw a 3D volume mesh (a set of tetrahedra in R3)
|
void |
MeshViewer.addFacets(javax.media.j3d.TransformGroup objTrans,
javax.media.j3d.Appearance ap,
Delaunay_3 del)
Draws the facets of a 3D Delaunay triangulation
|
Constructor and Description |
---|
MeshViewer(Delaunay_3 del,
boolean wired)
creates a 3D viewer showing a 3D Delaunay triangulation: the triangulation is drawn in wireframe
when the flag wired is set to true, and in plain facets otherwise.
|