38 #ifndef HPP_FCL_BROADPHASE_SPATIALHASH_H
39 #define HPP_FCL_BROADPHASE_SPATIALHASH_H
53 std::vector<unsigned int> operator()(
const AABB& aabb)
const;
58 unsigned int width[3];
A class describing the AABB collision structure, which is a box in 3D space determined by two diagona...
Definition: AABB.h:56
#define HPP_FCL_DLLAPI
Definition: config.hh:88
double FCL_REAL
Definition: data_types.h:66
Main namespace.
Definition: broadphase_bruteforce.h:44
Spatial hash function: hash an AABB to a set of integer values.
Definition: spatial_hash.h:50