|
My Project
|
Additional Inherited Members | |
Public Member Functions inherited from ParaEngine::Collider | |
| BOOL | GetContactStatus () const |
| Gets the last collision status after a collision query. More... | |
| BOOL | FirstContactEnabled () const |
| Gets the "first contact" mode. More... | |
| BOOL | TemporalCoherenceEnabled () const |
| Gets the temporal coherence mode. More... | |
| BOOL | ContactFound () const |
| Checks a first contact has already been found. More... | |
| BOOL | TemporalHit () const |
| Checks there's been an early exit due to temporal coherence;. More... | |
| BOOL | SkipPrimitiveTests () const |
| Checks primitive tests are enabled;. More... | |
| void | SetFirstContact (bool flag) |
| Reports all contacts (false) or first contact only (true) More... | |
| void | SetTemporalCoherence (bool flag) |
| Enable/disable temporal coherence. More... | |
| void | SetPrimitiveTests (bool flag) |
| Enable/disable primitive tests. More... | |
Protected Member Functions inherited from ParaEngine::Collider | |
| virtual void | InitQuery () |
| Initializes a query. | |
Protected Attributes inherited from ParaEngine::Collider | |
| DWORD | mFlags |
| Bit flags. | |
1.8.12