HOG2
|
#include <VoxelTriangleExtraction.h>
Public Member Functions | |
vn | GetVN (int which) |
Public Attributes | |
uint16_t | normal [3] |
uint16_t | v1 [3] |
uint16_t | v2 [3] |
uint16_t | v3 [3] |
Definition at line 23 of file VoxelTriangleExtraction.h.
|
inline |
uint16_t VoxelUtils::triangle::normal[3] |
Definition at line 24 of file VoxelTriangleExtraction.h.
Referenced by GetVN(), VoxelUtils::MakeTriangle(), std::hash< VoxelUtils::triangle >::operator()(), and VoxelUtils::operator==().
uint16_t VoxelUtils::triangle::v1[3] |
Definition at line 25 of file VoxelTriangleExtraction.h.
Referenced by GetVN(), VoxelUtils::MakeTriangle(), std::hash< VoxelUtils::triangle >::operator()(), and VoxelUtils::operator==().
uint16_t VoxelUtils::triangle::v2[3] |
Definition at line 26 of file VoxelTriangleExtraction.h.
Referenced by GetVN(), VoxelUtils::MakeTriangle(), std::hash< VoxelUtils::triangle >::operator()(), and VoxelUtils::operator==().
uint16_t VoxelUtils::triangle::v3[3] |
Definition at line 27 of file VoxelTriangleExtraction.h.
Referenced by GetVN(), VoxelUtils::MakeTriangle(), std::hash< VoxelUtils::triangle >::operator()(), and VoxelUtils::operator==().