Blender
V3.3
|
Go to the source code of this file.
Classes | |
struct | btDbvtTreeCollider |
struct | BroadphaseRayTester |
struct | BroadphaseAabbTester |
Macros | |
#define | SPC(_value_) |
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) |
Variables | |
btScalar | gDbvtMargin = btScalar(0.05) |
btDbvtBroadphase implementation by Nathanael Presson More... | |
#define SPC | ( | _value_ | ) |
Definition at line 45 of file btDbvtBroadphase.cpp.
Definition at line 88 of file btDbvtBroadphase.cpp.
References T.
Referenced by btDbvtBroadphase::btDbvtBroadphase(), and btDbvtBroadphase::calculateOverlappingPairs().
Definition at line 54 of file btDbvtBroadphase.cpp.
Referenced by btDbvtBroadphase::collide(), btDbvtBroadphase::createProxy(), btDbvtBroadphase::setAabb(), and btDbvtBroadphase::setAabbForceUpdate().
|
inlinestatic |
Definition at line 75 of file btDbvtBroadphase.cpp.
Definition at line 64 of file btDbvtBroadphase.cpp.
Referenced by btDbvtBroadphase::collide(), btDbvtBroadphase::destroyProxy(), btDbvtBroadphase::setAabb(), and btDbvtBroadphase::setAabbForceUpdate().
btDbvtBroadphase implementation by Nathanael Presson
Definition at line 20 of file btDbvtBroadphase.cpp.
Referenced by btDbvtBroadphase::setAabb().