public class CompactMeshBuilder_4n extends CompactMeshBuilder
Constructor and Description |
---|
CompactMeshBuilder_4n(PlanarTriSchnyderWood cut) |
Modifier and Type | Method and Description |
---|---|
CompactTriangleMesh_4n |
buildFromPolyhedron()
Construct the compact array based data structure requiring 4 references per vertex
Half-edges must be oriented.
|
void |
setEdge(CompactTriangleMesh_4n ds,
Halfedge e,
int[] permutation)
Initialize the information concerning edge e (for data structure with 4n references)
|
checkOrientation, nextColor, printOrientation
public CompactMeshBuilder_4n(PlanarTriSchnyderWood cut)
public CompactTriangleMesh_4n buildFromPolyhedron()
public void setEdge(CompactTriangleMesh_4n ds, Halfedge e, int[] permutation)