Bullet Collision Detection & Physics Library
Classes | Macros | Functions
btDbvtBroadphase.cpp File Reference
#include "btDbvtBroadphase.h"
Include dependency graph for btDbvtBroadphase.cpp:

Go to the source code of this file.

Classes

struct  btDbvtTreeCollider
 
struct  BroadphaseRayTester
 
struct  BroadphaseAabbTester
 

Macros

#define SPC(_value_)
 btDbvtBroadphase implementation by Nathanael Presson More...
 

Functions

template<typename T >
static void listappend (T *item, T *&list)
 
template<typename T >
static void listremove (T *item, T *&list)
 
template<typename T >
static int listcount (T *root)
 
template<typename T >
static void clear (T &value)
 

Macro Definition Documentation

#define SPC (   _value_)

btDbvtBroadphase implementation by Nathanael Presson

Definition at line 45 of file btDbvtBroadphase.cpp.

Function Documentation

template<typename T >
static void clear ( T &  value)
inlinestatic

Definition at line 81 of file btDbvtBroadphase.cpp.

template<typename T >
static void listappend ( T *  item,
T *&  list 
)
inlinestatic

Definition at line 54 of file btDbvtBroadphase.cpp.

template<typename T >
static int listcount ( T *  root)
inlinestatic

Definition at line 72 of file btDbvtBroadphase.cpp.

template<typename T >
static void listremove ( T *  item,
T *&  list 
)
inlinestatic

Definition at line 64 of file btDbvtBroadphase.cpp.