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 180 of file btDbvt.h.

Member Function Documentation

◆ isinternal()

DBVT_INLINE bool btDbvtNode::isinternal ( ) const
inline

Definition at line 185 of file btDbvt.h.

◆ isleaf()

DBVT_INLINE bool btDbvtNode::isleaf ( ) const
inline

Definition at line 184 of file btDbvt.h.

Member Data Documentation

◆ 

union { ... } btDbvtNode::@9

◆ childs

btDbvtNode* btDbvtNode::childs[2]

Definition at line 187 of file btDbvt.h.

◆ data

void* btDbvtNode::data

Definition at line 188 of file btDbvt.h.

◆ dataAsInt

int btDbvtNode::dataAsInt

Definition at line 189 of file btDbvt.h.

◆ parent

btDbvtNode* btDbvtNode::parent

Definition at line 183 of file btDbvt.h.

◆ volume

btDbvtVolume btDbvtNode::volume

Definition at line 182 of file btDbvt.h.


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