FCL
0.6.0
Flexible Collision Library
|
Spatial hash function: hash an AABB to a set of integer values. More...
#include <spatial_hash.h>
Public Types | |
using | S = S_ |
Public Member Functions | |
SpatialHash (const AABB< S > &scene_limit_, S cell_size_) | |
std::vector< unsigned int > | operator() (const AABB< S > &aabb) const |
Spatial hash function: hash an AABB to a set of integer values.