|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectPool | |
---|---|
com.bulletphysics | Contains globals, like variables, constants and object pools. |
com.bulletphysics.collision.dispatch | Dispatching code for collisions between various shapes. |
com.bulletphysics.collision.narrowphase | Narrow-phase collision. |
Uses of ObjectPool in com.bulletphysics |
---|
Methods in com.bulletphysics that return ObjectPool | ||
---|---|---|
static
|
BulletPool.get(java.lang.Class<T> cls)
Returns per-thread object pool for given type, or create one if it doesn't exist. |
Uses of ObjectPool in com.bulletphysics.collision.dispatch |
---|
Fields in com.bulletphysics.collision.dispatch declared as ObjectPool | |
---|---|
protected ObjectPool<PersistentManifold> |
CollisionDispatcher.manifoldsPool
|
protected ObjectPool<DiscreteCollisionDetectorInterface.ClosestPointInput> |
ConvexConvexAlgorithm.pointInputsPool
|
protected ObjectPool<ManifoldPoint> |
ManifoldResult.pointsPool
|
Uses of ObjectPool in com.bulletphysics.collision.narrowphase |
---|
Fields in com.bulletphysics.collision.narrowphase declared as ObjectPool | |
---|---|
protected ObjectPool<DiscreteCollisionDetectorInterface.ClosestPointInput> |
GjkConvexCast.pointInputsPool
|
protected ObjectPool<VoronoiSimplexSolver.SubSimplexClosestResult> |
VoronoiSimplexSolver.subsimplexResultsPool
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |