Blender V5.0
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, and DBVT_INLINE.

Referenced by drawTree(), insertleaf(), isinternal(), recursedeletenode(), and btSoftBody::updateNode().

Member Data Documentation

◆ [union]

union { ... } btDbvtNode

◆ childs

◆ data

◆ dataAsInt

◆ parent

◆ volume


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