Package | Description |
---|---|
Jcg.triangulations3D | |
Jcg.viewer.j3d |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FacetHandle<Point_3>> |
Delaunay_3.convexHullFacets()
Outputs the collection of all facets of the boundary of the convex hull.
|
java.util.Collection<FacetHandle<Point_3>> |
Delaunay_3.finiteFacets()
Outputs the collection of all finite facets of the triangulation (the ones not linked to
bounding box vertices).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Delaunay_3.isInfinite(FacetHandle f)
returns the status of a triangulation facet: infinite if it is incident to at least one infinite
vertex, and finite otherwise.
|
Modifier and Type | Field and Description |
---|---|
java.util.Collection<FacetHandle<Point_3>> |
MeshViewer.facetsCollection
A field in which to store collections of 3D triangulation facets to be shown in the scene.
|
Modifier and Type | Method and Description |
---|---|
void |
MeshViewer.addFacets(javax.media.j3d.TransformGroup objTrans,
javax.media.j3d.Appearance ap,
java.util.Collection<FacetHandle<Point_3>> facets,
java.awt.Color[] colors)
Draws a triangle soup in 3D represented as a collection of facet handles in a triangulation
|