Template Struct MortonByteLut

Struct Documentation

template<int dim>
struct MortonByteLut

Public Static Attributes

static constexpr std::array<uint_fast32_t, 256> encode = {generate_encoder()}
static constexpr std::array<uint_fast8_t, 256> decode = {generate_decoder()}