Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btBvhSubtreeInfo Class Reference

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]
 

Detailed Description

btBvhSubtreeInfo provides info to gather a subtree of limited size

Definition at line 119 of file btQuantizedBvh.h.

Constructor & Destructor Documentation

btBvhSubtreeInfo::btBvhSubtreeInfo ( )
inline

Definition at line 133 of file btQuantizedBvh.h.

Member Function Documentation

btBvhSubtreeInfo::BT_DECLARE_ALIGNED_ALLOCATOR ( )
void btBvhSubtreeInfo::setAabbFromQuantizeNode ( const btQuantizedBvhNode quantizedNode)
inline

Definition at line 139 of file btQuantizedBvh.h.

Member Data Documentation

int btBvhSubtreeInfo::m_padding[3]

Definition at line 131 of file btQuantizedBvh.h.

unsigned short int btBvhSubtreeInfo::m_quantizedAabbMax[3]

Definition at line 126 of file btQuantizedBvh.h.

unsigned short int btBvhSubtreeInfo::m_quantizedAabbMin[3]

Definition at line 125 of file btQuantizedBvh.h.

int btBvhSubtreeInfo::m_rootNodeIndex

Definition at line 128 of file btQuantizedBvh.h.

int btBvhSubtreeInfo::m_subtreeSize

Definition at line 130 of file btQuantizedBvh.h.


The documentation for this class was generated from the following file: