SimpleFastOpenAtomicVisualiser
|
#include <triangle.h>
Go to the source code of this file.
Classes | |
class | Trixel< T > |
A triangular pixel of a hierarchical triangular mesh. More... | |
Functions | |
template<class T > | |
std::array< Trixel< T >, 4 > | subdivideTrixel (Trixel< T > &trix) |
Subdivide a Trixel. | |
Variables | |
const uint32_t | NULL_ID = std::numeric_limits<uint32_t>::max() |
The null Trixel identity. | |