Spatial hash function: hash an AABB to a set of integer values.
More...
#include <spatial_hash.h>
Spatial hash function: hash an AABB to a set of integer values.
Definition at line 49 of file coal/broadphase/detail/spatial_hash.h.
◆ SpatialHash()
coal::detail::SpatialHash::SpatialHash |
( |
const AABB & |
scene_limit_, |
|
|
CoalScalar |
cell_size_ |
|
) |
| |
◆ operator()()
std::vector< unsigned int > coal::detail::SpatialHash::operator() |
( |
const AABB & |
aabb | ) |
const |
◆ cell_size
◆ scene_limit
AABB coal::detail::SpatialHash::scene_limit |
|
private |
◆ width
unsigned int coal::detail::SpatialHash::width[3] |
|
private |
The documentation for this struct was generated from the following files: