Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Go to the source code of this file.
Classes | |
class | AABBCollisionNode |
class | AABBQuantizedNode |
class | AABBNoLeafNode |
class | AABBQuantizedNoLeafNode |
class | AABBOptimizedTree |
class | AABBCollisionTree |
class | AABBNoLeafTree |
class | AABBQuantizedTree |
class | AABBQuantizedNoLeafTree |
Macros | |
#define | IMPLEMENT_IMPLICIT_NODE(base_class, volume) |
Common interface for a node of an implicit tree. More... | |
#define | IMPLEMENT_NOLEAF_NODE(base_class, volume) |
Common interface for a node of a no-leaf tree. More... | |
#define | IMPLEMENT_COLLISION_TREE(base_class, node) |
Common interface for a collision tree. More... | |
#define | __OPC_OPTIMIZEDTREE_H__ |
#define | IMPLEMENT_IMPLICIT_NODE(base_class, volume) |
#define | IMPLEMENT_NOLEAF_NODE(base_class, volume) |
#define | IMPLEMENT_COLLISION_TREE(base_class, node) |
Typedefs | |
typedef bool(* | GenericWalkingCallback )(const void *current, void *user_data) |
#define IMPLEMENT_COLLISION_TREE | ( | base_class, | |
node | |||
) |
Common interface for a collision tree.
#define IMPLEMENT_COLLISION_TREE | ( | base_class, | |
node | |||
) |
#define IMPLEMENT_IMPLICIT_NODE | ( | base_class, | |
volume | |||
) |
#define IMPLEMENT_IMPLICIT_NODE | ( | base_class, | |
volume | |||
) |
Common interface for a node of an implicit tree.
#define IMPLEMENT_NOLEAF_NODE | ( | base_class, | |
volume | |||
) |
#define IMPLEMENT_NOLEAF_NODE | ( | base_class, | |
volume | |||
) |
Common interface for a node of a no-leaf tree.
typedef bool(* GenericWalkingCallback)(const void *current, void *user_data) |
Definition at line 131 of file OPC_OptimizedTree.h.