btBvhSubtreeInfo provides info to gather a subtree of limited size More...
#include <btQuantizedBvh.h>
Public Member Functions | |
| BT_DECLARE_ALIGNED_ALLOCATOR () | |
| btBvhSubtreeInfo () | |
| void | setAabbFromQuantizeNode (const btQuantizedBvhNode &quantizedNode) |
Public Attributes | |
| unsigned short int | m_quantizedAabbMin [3] |
| unsigned short int | m_quantizedAabbMax [3] |
| int | m_rootNodeIndex |
| int | m_subtreeSize |
| int | m_padding [3] |
btBvhSubtreeInfo provides info to gather a subtree of limited size
Definition at line 104 of file btQuantizedBvh.h.
| btBvhSubtreeInfo::btBvhSubtreeInfo | ( | ) | [inline] |
Definition at line 118 of file btQuantizedBvh.h.
| btBvhSubtreeInfo::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
| void btBvhSubtreeInfo::setAabbFromQuantizeNode | ( | const btQuantizedBvhNode & | quantizedNode | ) | [inline] |
Definition at line 124 of file btQuantizedBvh.h.
| int btBvhSubtreeInfo::m_padding[3] |
Definition at line 116 of file btQuantizedBvh.h.
| unsigned short int btBvhSubtreeInfo::m_quantizedAabbMax[3] |
Definition at line 111 of file btQuantizedBvh.h.
| unsigned short int btBvhSubtreeInfo::m_quantizedAabbMin[3] |
Definition at line 110 of file btQuantizedBvh.h.
Definition at line 113 of file btQuantizedBvh.h.
Definition at line 115 of file btQuantizedBvh.h.
1.6.1