#include "LinearMath/btVector3.h"#include "LinearMath/btAlignedAllocator.h"#include "LinearMath/btAlignedObjectArray.h"

Go to the source code of this file.
Classes | |
| struct | btQuantizedBvhNode |
| btQuantizedBvhNode is a compressed aabb node, 16 bytes. More... | |
| struct | btOptimizedBvhNode |
| btOptimizedBvhNode contains both internal and leaf node information. More... | |
| class | btBvhSubtreeInfo |
| btBvhSubtreeInfo provides info to gather a subtree of limited size More... | |
| class | btNodeOverlapCallback |
| class | btQuantizedBvh |
| The btQuantizedBvh class stores an AABB tree that can be quickly traversed on CPU and Cell SPU. More... | |
Defines | |
| #define | MAX_SUBTREE_SIZE_IN_BYTES 2048 |
| #define | MAX_NUM_PARTS_IN_BITS 10 |
Typedefs | |
| typedef btAlignedObjectArray < btOptimizedBvhNode > | NodeArray |
| for code readability: | |
| typedef btAlignedObjectArray < btQuantizedBvhNode > | QuantizedNodeArray |
| typedef btAlignedObjectArray < btBvhSubtreeInfo > | BvhSubtreeInfoArray |
| #define MAX_NUM_PARTS_IN_BITS 10 |
Definition at line 41 of file btQuantizedBvh.h.
| #define MAX_SUBTREE_SIZE_IN_BYTES 2048 |
Definition at line 37 of file btQuantizedBvh.h.
Definition at line 153 of file btQuantizedBvh.h.
for code readability:
Definition at line 151 of file btQuantizedBvh.h.
Definition at line 152 of file btQuantizedBvh.h.
1.6.1