38 #ifndef FCL_BROADPHASE_SPATIALHASH_H 39 #define FCL_BROADPHASE_SPATIALHASH_H 41 #include "fcl/math/bv/AABB.h" 50 template <
typename S_>
57 std::vector<unsigned int> operator() (
const AABB<S>& aabb)
const;
63 unsigned int width[3];
72 #include "fcl/broadphase/detail/spatial_hash-inl.h" Main namespace.
Definition: broadphase_bruteforce-inl.h:45
Spatial hash function: hash an AABB to a set of integer values.
Definition: spatial_hash.h:51