| Bullet Collision Detection & Physics Library
    | 
#include <btHashedSimplePairCache.h>
| Public Member Functions | |
| btSimplePair (int indexA, int indexB) | |
| Public Attributes | |
| int | m_indexA | 
| int | m_indexB | 
| union { | |
| void * m_userPointer | |
| int m_userValue | |
| }; | |
Definition at line 25 of file btHashedSimplePairCache.h.
| 
 | inline | 
Definition at line 27 of file btHashedSimplePairCache.h.
| union { ... } | 
| int btSimplePair::m_indexA | 
Definition at line 34 of file btHashedSimplePairCache.h.
| int btSimplePair::m_indexB | 
Definition at line 35 of file btHashedSimplePairCache.h.
| void* btSimplePair::m_userPointer | 
Definition at line 38 of file btHashedSimplePairCache.h.
| int btSimplePair::m_userValue | 
Definition at line 39 of file btHashedSimplePairCache.h.
 1.8.11
 1.8.11