Blender
V3.3
|
#include <btDbvt.h>
Public Member Functions | |
DBVT_INLINE bool | isleaf () const |
DBVT_INLINE bool | isinternal () const |
btDbvntNode (const btDbvtNode *n) | |
~btDbvntNode () | |
Public Attributes | |
btDbvtVolume | volume |
btVector3 | normal |
btScalar | angle |
btDbvntNode * | childs [2] |
void * | data |
|
inline |
|
inline |
|
inline |
Definition at line 199 of file btDbvt.h.
References childs.
Referenced by calculateNormalCone(), and isinternal().
btScalar btDbvntNode::angle |
Definition at line 198 of file btDbvt.h.
Referenced by calculateNormalCone(), and btDbvt::selfCollideT().
btDbvntNode* btDbvntNode::childs[2] |
Definition at line 201 of file btDbvt.h.
Referenced by btDbvntNode(), calculateNormalCone(), copyToDbvnt(), isleaf(), btDbvt::selfCollideT(), and ~btDbvntNode().
void* btDbvntNode::data |
Definition at line 202 of file btDbvt.h.
Referenced by calculateNormalCone(), btSoftColliders::CollideFF_DD::Process(), and btSoftColliders::CollideCCD::Process().
btVector3 btDbvntNode::normal |
Definition at line 197 of file btDbvt.h.
Referenced by calculateNormalCone().
btDbvtVolume btDbvntNode::volume |
Definition at line 196 of file btDbvt.h.
Referenced by btDbvt::selfCollideT().