Bullet Collision Detection & Physics Library
Classes | Typedefs | Variables
btHashedSimplePairCache.h File Reference
#include "LinearMath/btAlignedObjectArray.h"
Include dependency graph for btHashedSimplePairCache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  btSimplePair
 
class  btHashedSimplePairCache
 

Typedefs

typedef btAlignedObjectArray< btSimplePairbtSimplePairArray
 

Variables

const int BT_SIMPLE_NULL_PAIR =0xffffffff
 
int gOverlappingSimplePairs
 
int gRemoveSimplePairs
 
int gAddedSimplePairs
 
int gFindSimplePairs
 

Typedef Documentation

§ btSimplePairArray

Definition at line 43 of file btHashedSimplePairCache.h.

Variable Documentation

§ BT_SIMPLE_NULL_PAIR

const int BT_SIMPLE_NULL_PAIR =0xffffffff

Definition at line 23 of file btHashedSimplePairCache.h.

§ gAddedSimplePairs

int gAddedSimplePairs

Definition at line 25 of file btHashedSimplePairCache.cpp.

§ gFindSimplePairs

int gFindSimplePairs

Definition at line 26 of file btHashedSimplePairCache.cpp.

§ gOverlappingSimplePairs

int gOverlappingSimplePairs

Definition at line 23 of file btHashedSimplePairCache.cpp.

§ gRemoveSimplePairs

int gRemoveSimplePairs

Definition at line 24 of file btHashedSimplePairCache.cpp.