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

#include <btDbvt.h>

Collaboration diagram for btDbvntNode:
Collaboration graph
[legend]

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
 
btDbvntNodechilds [2]
 
void * data
 

Detailed Description

Definition at line 194 of file btDbvt.h.

Constructor & Destructor Documentation

◆ btDbvntNode()

btDbvntNode::btDbvntNode ( const btDbvtNode n)
inline

Definition at line 204 of file btDbvt.h.

◆ ~btDbvntNode()

btDbvntNode::~btDbvntNode ( )
inline

Definition at line 214 of file btDbvt.h.

Member Function Documentation

◆ isinternal()

DBVT_INLINE bool btDbvntNode::isinternal ( ) const
inline

Definition at line 200 of file btDbvt.h.

◆ isleaf()

DBVT_INLINE bool btDbvntNode::isleaf ( ) const
inline

Definition at line 199 of file btDbvt.h.

Member Data Documentation

◆ angle

btScalar btDbvntNode::angle

Definition at line 198 of file btDbvt.h.

◆ childs

btDbvntNode* btDbvntNode::childs[2]

Definition at line 201 of file btDbvt.h.

◆ data

void* btDbvntNode::data

Definition at line 202 of file btDbvt.h.

◆ normal

btVector3 btDbvntNode::normal

Definition at line 197 of file btDbvt.h.

◆ volume

btDbvtVolume btDbvntNode::volume

Definition at line 196 of file btDbvt.h.


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