Blender V2.61 - r43446
|
#include <btAxisSweep3.h>
Public Member Functions | |
btAxisSweep3 (const btVector3 &worldAabbMin, const btVector3 &worldAabbMax, unsigned short int maxHandles=16384, btOverlappingPairCache *pairCache=0, bool disableRaycastAccelerator=false) |
The btAxisSweep3 is an efficient implementation of the 3d axis sweep and prune broadphase. It uses arrays rather than lists for storage of the 3 axis. Also it operates using 16 bit integer coordinates instead of floats. For large worlds and many objects, use bt32BitAxisSweep3 or btDbvtBroadphase instead. bt32BitAxisSweep3 has higher precision and allows more then 16384 objects at the cost of more memory and bit of performance.
Definition at line 1031 of file btAxisSweep3.h.
btAxisSweep3::btAxisSweep3 | ( | const btVector3 & | worldAabbMin, |
const btVector3 & | worldAabbMax, | ||
unsigned short int | maxHandles = 16384 , |
||
btOverlappingPairCache * | pairCache = 0 , |
||
bool | disableRaycastAccelerator = false |
||
) |
Definition at line 23 of file btAxisSweep3.cpp.
References btAssert.