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