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
< btSimplePair
btSimplePairArray

Variables

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

Typedef Documentation

Definition at line 43 of file btHashedSimplePairCache.h.

Variable Documentation

const int BT_SIMPLE_NULL_PAIR = 0xffffffff

Definition at line 23 of file btHashedSimplePairCache.h.

int gAddedSimplePairs

Definition at line 25 of file btHashedSimplePairCache.cpp.

int gFindSimplePairs

Definition at line 26 of file btHashedSimplePairCache.cpp.

int gOverlappingSimplePairs

Definition at line 23 of file btHashedSimplePairCache.cpp.

int gRemoveSimplePairs

Definition at line 24 of file btHashedSimplePairCache.cpp.