|
Nebula
|
#include "core/types.h"Go to the source code of this file.
Namespaces | |
| namespace | Util |
| A quad tree designed to return regions of free 2D space. | |
Functions | |
| uint32_t | Util::Hash (const uint8_t *key, SizeT len, uint32_t seed=4711) |
| Hash based on murmurhash3. | |
| uint32_t | Util::HashCombineFast (uint32_t hash1, uint32_t hash2) |
| Hash combine function, based on boost::hash_combine. | |