Struct SpatialHash

Struct Documentation

struct SpatialHash

Spatial hash function: hash an AABB to a set of integer values.

Public Functions

SpatialHash(const AABB &scene_limit_, FCL_REAL cell_size_)
std::vector<unsigned int> operator()(const AABB &aabb) const