See: Description
| Interface | Description |
|---|---|
| ContactListener |
Interface to receive immediate notifications when 2 collision objects come
into contact.
|
| PhysicsCollisionListener |
Interface to receive notifications when 2 collision objects collide.
|
| Class | Description |
|---|---|
| Activation |
Named activation states for use with a PhysicsCollisionObject.
|
| AfMode |
Named anisotropic friction modes for use with a PhysicsCollisionObject.
|
| CollisionFlag |
Named collision flags for a PhysicsCollisionObject.
|
| ContactPointFlag |
Named flags for a PhysicsCollisionEvent.
|
| ManifoldPoints |
Utility class to access fields of Bullet's
btManifoldPoint class. |
| PcoType |
Named constants for types of PhysicsCollisionObject.
|
| PersistentManifolds |
Utility class to access fields of Bullet's
btPersistentManifold
class. |
| PhysicsCollisionEvent |
Describe a point of contact between 2 collision objects in a PhysicsSpace,
based on Bullet's btManifoldPoint.
|
| PhysicsCollisionObject |
The abstract base class for collision objects based on Bullet's
btCollisionObject. |
| PhysicsRayTestResult |
Represent the results of a Bullet ray test.
|
| PhysicsSweepTestResult |
Represent the results of a Bullet sweep test.
|