Blender V4.3
btDbvtNode Struct Reference

#include <btDbvt.h>

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()

◆ isleaf()

DBVT_INLINE bool btDbvtNode::isleaf ( ) const
inline

Definition at line 184 of file btDbvt.h.

References childs.

Referenced by insertleaf(), and isinternal().

Member Data Documentation

◆ [union]

union { ... } btDbvtNode

◆ childs

◆ data

◆ dataAsInt

◆ parent

◆ volume


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