Home
last modified time | relevance | path

Searched refs:VERTS_PER_TRI (Results 1 – 1 of 1) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/quest/tests/
H A Dquest_test_utilities.hpp236 const int VERTS_PER_TRI = 3; in make_octahedron_mesh() local
237 VertexIndex tvRelation[NUM_TRIS * VERTS_PER_TRI] = { in make_octahedron_mesh()
245 int baseIndex = i * VERTS_PER_TRI; in make_octahedron_mesh()
266 triMesh->appendCell(&tvRelation[i * VERTS_PER_TRI]); in make_octahedron_mesh()