Blender V2.61 - r43446
Public Member Functions

btAxisSweep3 Class Reference

#include <btAxisSweep3.h>

Inheritance diagram for btAxisSweep3:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 btAxisSweep3 (const btVector3 &worldAabbMin, const btVector3 &worldAabbMax, unsigned short int maxHandles=16384, btOverlappingPairCache *pairCache=0, bool disableRaycastAccelerator=false)

Detailed Description

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files: