| Package | Description |
|---|---|
| org.bytedeco.bullet.Bullet3Collision |
| Modifier and Type | Class and Description |
|---|---|
class |
b3HashedOverlappingPairCache
Hash-space based Pair Cache, thanks to Erin Catto, Box2D, http://www.box2d.org, and Pierre Terdiman, Codercorner, http://codercorner.com
|
class |
b3NullPairCache
b3NullPairCache skips add/removal of overlapping pairs.
|
class |
b3SortedOverlappingPairCache
b3SortedOverlappingPairCache maintains the objects with overlapping AABB
Typically managed by the Broadphase, Axis3Sweep or b3SimpleBroadphase
|
| Modifier and Type | Method and Description |
|---|---|
b3OverlappingPairCache |
b3DynamicBvhBroadphase.getOverlappingPairCache() |
b3OverlappingPairCache |
b3DynamicBvhBroadphase.m_paircache() |
| Modifier and Type | Method and Description |
|---|---|
b3DynamicBvhBroadphase |
b3DynamicBvhBroadphase.m_paircache(b3OverlappingPairCache setter) |
| Constructor and Description |
|---|
b3DynamicBvhBroadphase(int proxyCapacity,
b3OverlappingPairCache paircache) |
Copyright © 2024. All rights reserved.