| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Class and Description |
|---|---|
class |
btHashedOverlappingPairCache
Hash-space based Pair Cache, thanks to Erin Catto, Box2D, http://www.box2d.org, and Pierre Terdiman, Codercorner, http://codercorner.com
|
class |
btNullPairCache
btNullPairCache skips add/removal of overlapping pairs.
|
class |
btSortedOverlappingPairCache
btSortedOverlappingPairCache maintains the objects with overlapping AABB
Typically managed by the Broadphase, Axis3Sweep or btSimpleBroadphase
|
| Modifier and Type | Method and Description |
|---|---|
btOverlappingPairCache |
btSimpleBroadphase.getOverlappingPairCache() |
btOverlappingPairCache |
btDbvtBroadphase.getOverlappingPairCache() |
btOverlappingPairCache |
btBroadphaseInterface.getOverlappingPairCache() |
btOverlappingPairCache |
btCollisionWorld.getPairCache() |
btOverlappingPairCache |
btDbvtBroadphase.m_paircache() |
| Modifier and Type | Method and Description |
|---|---|
void |
btCollisionDispatcher.dispatchAllCollisionPairs(btOverlappingPairCache pairCache,
btDispatcherInfo dispatchInfo,
btDispatcher dispatcher) |
void |
btDispatcher.dispatchAllCollisionPairs(btOverlappingPairCache pairCache,
btDispatcherInfo dispatchInfo,
btDispatcher dispatcher) |
void |
btCollisionDispatcherMt.dispatchAllCollisionPairs(btOverlappingPairCache pairCache,
btDispatcherInfo info,
btDispatcher dispatcher) |
btDbvtBroadphase |
btDbvtBroadphase.m_paircache(btOverlappingPairCache setter) |
| Constructor and Description |
|---|
bt32BitAxisSweep3(btVector3 worldAabbMin,
btVector3 worldAabbMax,
int maxHandles,
btOverlappingPairCache pairCache,
boolean disableRaycastAccelerator) |
btAxisSweep3(btVector3 worldAabbMin,
btVector3 worldAabbMax,
short maxHandles,
btOverlappingPairCache pairCache,
boolean disableRaycastAccelerator) |
btDbvtBroadphase(btOverlappingPairCache paircache) |
btSimpleBroadphase(int maxProxies,
btOverlappingPairCache overlappingPairCache) |
Copyright © 2024. All rights reserved.