Spatial hash function: hash an AABB to a set of integer values. More...
#include <spatial_hash.h>
Public Member Functions | |
std::vector< unsigned int > | operator() (const AABB &aabb) const |
SpatialHash (const AABB &scene_limit_, FCL_REAL cell_size_) | |
Private Attributes | |
FCL_REAL | cell_size |
AABB | scene_limit |
unsigned int | width [3] |
Spatial hash function: hash an AABB to a set of integer values.
Definition at line 50 of file spatial_hash.h.
Definition at line 49 of file spatial_hash-inl.h.
std::vector< unsigned int > hpp::fcl::detail::SpatialHash::operator() | ( | const AABB & | aabb | ) | const |
Definition at line 57 of file spatial_hash-inl.h.
|
private |
Definition at line 56 of file spatial_hash.h.
|
private |
Definition at line 57 of file spatial_hash.h.
|
private |
Definition at line 58 of file spatial_hash.h.