Package | Description |
---|---|
compactTriangulations.bench | |
compactTriangulations.building | |
compactTriangulations.test |
Modifier and Type | Method and Description |
---|---|
static double |
EvaluateNavigationalOperations.testVertexDegree(CompactTriangleMesh_4n ds)
Evaluating Compact triangle DS (using 4 references per vertex)
|
static double |
EvaluateNavigationalOperations.testVertexNormal(CompactTriangleMesh_4n ds)
Performance of vertex normal (simple float precision) for CDS4n
|
Modifier and Type | Method and Description |
---|---|
CompactTriangleMesh_4n |
CompactMeshBuilder_4n.buildFromPolyhedron()
Construct the compact array based data structure requiring 4 references per vertex
Half-edges must be oriented.
|
Modifier and Type | Method and Description |
---|---|
void |
CompactMeshBuilder_4n.setEdge(CompactTriangleMesh_4n ds,
Halfedge e,
int[] permutation)
Initialize the information concerning edge e (for data structure with 4n references)
|
Modifier and Type | Field and Description |
---|---|
CompactTriangleMesh_4n |
TestVertexDegree.cds4 |
CompactTriangleMesh_4n |
TestVertexNormals.cds4 |