4 #ifndef __GEOPATCHID_H__
5 #define __GEOPATCHID_H__
7 #include <SDL_stdinc.h>
19 uint64_t
NextPatchID(
const int depth,
const int idx)
const;
Definition: GeoPatchID.h:9
static const uint64_t MAX_SHIFT_DEPTH
Definition: GeoPatchID.h:17
GeoPatchID(const uint64_t init)
Definition: GeoPatchID.h:14
int GetPatchFaceIdx() const
Definition: GeoPatchID.cpp:29
int GetPatchIdx(const int depth) const
Definition: GeoPatchID.cpp:20
uint64_t NextPatchID(const int depth, const int idx) const
Definition: GeoPatchID.cpp:10