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
extern

Definition at line 25 of file btHashedSimplePairCache.cpp.

◆ gFindSimplePairs

int gFindSimplePairs
extern

Definition at line 26 of file btHashedSimplePairCache.cpp.

◆ gOverlappingSimplePairs

int gOverlappingSimplePairs
extern

Definition at line 23 of file btHashedSimplePairCache.cpp.

◆ gRemoveSimplePairs

int gRemoveSimplePairs
extern

Definition at line 24 of file btHashedSimplePairCache.cpp.