| Bullet Collision Detection & Physics Library
    | 
Node Structure for trees. More...
#include <gim_box_set.h>

| Public Member Functions | |
| GIM_BOX_TREE_NODE () | |
| bool | is_leaf_node () const | 
| Public Attributes | |
| GIM_AABB | m_bound | 
| GUINT | m_left | 
| Left subtree.  More... | |
| GUINT | m_right | 
| Right subtree.  More... | |
| GUINT | m_escapeIndex | 
| Scape index for traversing.  More... | |
| GUINT | m_data | 
| primitive index if apply  More... | |
Node Structure for trees.
Definition at line 105 of file gim_box_set.h.
| 
 | inline | 
Definition at line 113 of file gim_box_set.h.
| 
 | inline | 
Definition at line 121 of file gim_box_set.h.
| GIM_AABB GIM_BOX_TREE_NODE::m_bound | 
Definition at line 107 of file gim_box_set.h.
| GUINT GIM_BOX_TREE_NODE::m_data | 
primitive index if apply
Definition at line 111 of file gim_box_set.h.
| GUINT GIM_BOX_TREE_NODE::m_escapeIndex | 
Scape index for traversing.
Definition at line 110 of file gim_box_set.h.
| GUINT GIM_BOX_TREE_NODE::m_left | 
Left subtree.
Definition at line 108 of file gim_box_set.h.
| GUINT GIM_BOX_TREE_NODE::m_right | 
Right subtree.
Definition at line 109 of file gim_box_set.h.
 1.8.16
 1.8.16