Blender V2.61 - r43446
Public Member Functions

bt32BitAxisSweep3 Class Reference

#include <btAxisSweep3.h>

Inheritance diagram for bt32BitAxisSweep3:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 bt32BitAxisSweep3 (const btVector3 &worldAabbMin, const btVector3 &worldAabbMax, unsigned int maxHandles=1500000, btOverlappingPairCache *pairCache=0, bool disableRaycastAccelerator=false)

Detailed Description

The bt32BitAxisSweep3 allows higher precision quantization and more objects compared to the btAxisSweep3 sweep and prune. This comes at the cost of more memory per handle, and a bit slower performance. It uses arrays rather than lists for storage of the 3 axis.

Definition at line 1042 of file btAxisSweep3.h.


Constructor & Destructor Documentation

bt32BitAxisSweep3::bt32BitAxisSweep3 ( const btVector3 &  worldAabbMin,
const btVector3 &  worldAabbMax,
unsigned int  maxHandles = 1500000,
btOverlappingPairCache pairCache = 0,
bool  disableRaycastAccelerator = false 
)

Definition at line 32 of file btAxisSweep3.cpp.

References btAssert.


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