|
| MortonKey (int rootFaceIndex) |
|
int | Depth () const |
|
MortonKey | Push (int quadrant) const |
|
MortonKey | Pop (int timesToPop=1) const |
|
int | Element (int index) const |
|
int | At (int index) const |
|
bool | operator== (const MortonKey &other) const |
|
bool | operator!= (const MortonKey &other) const |
|
bool | operator< (const MortonKey &other) const |
|
bool | IsParentOfKey (const MortonKey &potentialChildKey) const |
|
double | WidthInMetres () const |
|
std::string | ToString () const |
|
int | Face () const |
|
bool | CoversEcefPoint (const Eegeo::dv3 &ecefPosition) const |
|
s64 | RawValue () const |
|
|
static MortonKey | CreateFromRawValue (s64 rawKey) |
|
static MortonKey | CreateFromString (const char *keyString) |
|
The documentation for this struct was generated from the following files:
- platform/Streaming/Stream/MortonKey.h
- platform/Streaming/Stream/MortonKey.cpp