载入中...
搜索中...
未找到
QuadTree.h 文件参考
#include "spatial/Bounds.h"
#include "spatial/QueryIds.h"
#include <memory>
#include <unordered_map>
#include <vector>

浏览源代码.

class  eve::spatial::QuadTree
 Region quadtree for 2D AABB broad-phase / map culling. Items are stored in the smallest node that fully contains them; spanning items stay at the parent. Scripts use insert/remove/query* + getResult*. 更多...
 

命名空间

namespace  eve
 
namespace  eve::spatial