38 #ifndef COAL_BROADPHASE_SPATIALHASH_H
39 #define COAL_BROADPHASE_SPATIALHASH_H
52 std::vector<unsigned int> operator()(
const AABB& aabb)
const;
57 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:55
#define COAL_DLLAPI
Definition: config.hh:88
Main namespace.
Definition: broadphase_bruteforce.h:44
double Scalar
Definition: data_types.h:68
Spatial hash function: hash an AABB to a set of integer values.
Definition: spatial_hash.h:49