Bullet Collision Detection & Physics Library
|
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 116 of file btQuantizedBvh.h.
|
inline |
Definition at line 131 of file btQuantizedBvh.h.
btBvhSubtreeInfo::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
|
inline |
Definition at line 136 of file btQuantizedBvh.h.
int btBvhSubtreeInfo::m_padding[3] |
Definition at line 129 of file btQuantizedBvh.h.
Definition at line 124 of file btQuantizedBvh.h.
Definition at line 123 of file btQuantizedBvh.h.
int btBvhSubtreeInfo::m_rootNodeIndex |
Definition at line 126 of file btQuantizedBvh.h.
int btBvhSubtreeInfo::m_subtreeSize |
Definition at line 128 of file btQuantizedBvh.h.