#include <Cube.h>
Public Attributes | |
std::array< Vec3, 12 > | edgeVertIndices |
int | signConfig |
std::array<Vec3, 12> MeshReconstruction::IntersectInfo::edgeVertIndices |
Definition at line 13 of file Cube.h.
Referenced by MeshReconstruction::Cube::Intersect(), and MeshReconstruction::Triangulate().
int MeshReconstruction::IntersectInfo::signConfig |
Definition at line 9 of file Cube.h.
Referenced by MeshReconstruction::Cube::Intersect(), and MeshReconstruction::Triangulate().