载入中...
搜索中...
未找到
Bounds.h 文件参考
#include <algorithm>
#include <cmath>
#include <cstdint>

浏览源代码.

struct  eve::spatial::AABB2
 
struct  eve::spatial::AABB3
 

命名空间

namespace  eve
 
namespace  eve::spatial
 

函数

AABB2 eve::spatial::makeAABB2 (float minX, float minY, float maxX, float maxY)
 
AABB3 eve::spatial::makeAABB3 (float minX, float minY, float minZ, float maxX, float maxY, float maxZ)
 
uint64_t eve::spatial::cellKey2 (int cx, int cy)
 Integer cell key for spatial hashing (stable across platforms for reasonable ranges).
 
uint64_t eve::spatial::cellKey3 (int cx, int cy, int cz)