#include "btDbvtBroadphase.h"
Go to the source code of this file.
Classes | |
| struct | btDbvtTreeCollider |
| struct | BroadphaseRayTester |
| struct | BroadphaseAabbTester |
Defines | |
| #define | SPC(_value_) |
| btDbvtBroadphase implementation by Nathanael Presson | |
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) |
| #define SPC | ( | _value_ | ) |
btDbvtBroadphase implementation by Nathanael Presson
Definition at line 45 of file btDbvtBroadphase.cpp.
| static void clear | ( | T & | value | ) | [inline, static] |
Definition at line 81 of file btDbvtBroadphase.cpp.
| static void listappend | ( | T * | item, | |
| T *& | list | |||
| ) | [inline, static] |
Definition at line 54 of file btDbvtBroadphase.cpp.
| static int listcount | ( | T * | root | ) | [inline, static] |
Definition at line 72 of file btDbvtBroadphase.cpp.
| static void listremove | ( | T * | item, | |
| T *& | list | |||
| ) | [inline, static] |
Definition at line 64 of file btDbvtBroadphase.cpp.
1.6.1