Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btSimplePair Struct Reference

#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
 
}; 
 

Detailed Description

Definition at line 25 of file btHashedSimplePairCache.h.

Constructor & Destructor Documentation

btSimplePair::btSimplePair ( int  indexA,
int  indexB 
)
inline

Definition at line 27 of file btHashedSimplePairCache.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: