Package com.bulletphysics

Contains globals, like variables, constants and object pools.

See:
          Description

Interface Summary
ContactAddedCallback  
ContactDestroyedCallback  
ContactProcessedCallback  
 

Class Summary
ArrayPool<T> Object pool for arrays.
BulletGlobals Bullet's global variables and constants.
BulletPool Maintains per-thread object pools for different types.
ObjectPool<T> Object pool.
ObjectStackList<T> Stack-based object pool for arbitrary objects, returning not supported.
StackList<T> Stack-based object pool, see the example for usage.
 

Package com.bulletphysics Description

Contains globals, like variables, constants and object pools.