| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision |
| Modifier and Type | Class and Description |
|---|---|
class |
btGhostPairCallback
The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject.
|
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 |
btOverlappingPairCache
The btOverlappingPairCache provides an interface for overlapping pair management (add, remove, storage), used by the btBroadphaseInterface broadphases.
|
class |
btSortedOverlappingPairCache
btSortedOverlappingPairCache maintains the objects with overlapping AABB
Typically managed by the Broadphase, Axis3Sweep or btSimpleBroadphase
|
| Modifier and Type | Method and Description |
|---|---|
void |
btOverlappingPairCache.setInternalGhostPairCallback(btOverlappingPairCallback ghostPairCallback) |
void |
btSortedOverlappingPairCache.setInternalGhostPairCallback(btOverlappingPairCallback ghostPairCallback) |
void |
btNullPairCache.setInternalGhostPairCallback(btOverlappingPairCallback arg0) |
Copyright © 2024. All rights reserved.