struct VoxelKey

Overview

struct VoxelKey
{
    // fields

    int32_t cx;
    int32_t cy;
    int32_t cz;

    // methods

    bool operator == (const VoxelKey& o) const;
};