iMSTK
Interactive Medical Simulation Toolkit
|
Utility for triangle comparison. More...
#include <imstkSurfaceMesh.h>
Public Member Functions | |
TriCell (std::uint32_t id0, std::uint32_t id1, std::uint32_t id2) | |
bool | operator== (const TriCell &other) const |
Public Attributes | |
std::array< std::uint32_t, 3 > | vertexIds |
Utility for triangle comparison.
Definition at line 34 of file imstkSurfaceMesh.h.