public class EfficientCompactMeshBuilder_5n extends EfficientCompactMeshBuilder
Constructor and Description |
---|
EfficientCompactMeshBuilder_5n(gd4j.fastschnyderwoods.FastMinimalSchnyderWood sw) |
Modifier and Type | Method and Description |
---|---|
CompactTriangleMesh_5n |
buildFromPolyhedron(float[] coordinates)
Construct the compact array based data structure requiring 5 reference per vertex
Half-edges must be oriented.
|
void |
setEdge(CompactTriangleMesh_5n ds,
int e)
Initialize the information concerning edge 'e'
|
checkOrientation, nextColor, printOrientation
public EfficientCompactMeshBuilder_5n(gd4j.fastschnyderwoods.FastMinimalSchnyderWood sw)
public CompactTriangleMesh_5n buildFromPolyhedron(float[] coordinates)
public void setEdge(CompactTriangleMesh_5n ds, int e)
e
- index of an edge (in the original mesh)