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

#include <btDbvt.h>

Collaboration diagram for btDbvtNode:
Collaboration graph
[legend]

Public Member Functions

DBVT_INLINE bool isleaf () const
 
DBVT_INLINE bool isinternal () const
 

Public Attributes

btDbvtVolume volume
 
btDbvtNodeparent
 
union {
   btDbvtNode *   childs [2]
 
   void *   data
 
   int   dataAsInt
 
}; 
 

Detailed Description

Definition at line 178 of file btDbvt.h.

Member Function Documentation

DBVT_INLINE bool btDbvtNode::isinternal ( ) const
inline

Definition at line 183 of file btDbvt.h.

DBVT_INLINE bool btDbvtNode::isleaf ( ) const
inline

Definition at line 182 of file btDbvt.h.

Member Data Documentation

union { ... }
btDbvtNode* btDbvtNode::childs[2]

Definition at line 186 of file btDbvt.h.

void* btDbvtNode::data

Definition at line 187 of file btDbvt.h.

int btDbvtNode::dataAsInt

Definition at line 188 of file btDbvt.h.

btDbvtNode* btDbvtNode::parent

Definition at line 181 of file btDbvt.h.

btDbvtVolume btDbvtNode::volume

Definition at line 180 of file btDbvt.h.


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