|
group2 0.1.0
CSE 125 Group 2
|
Public Attributes | |
| WorldAABB | aabb {glm::vec3{0.0f}, glm::vec3{0.0f}} |
| entt::entity | entity {entt::null} |
| Leaf only. | |
| int32_t | parent = -1 |
| int32_t | left = -1 |
| int32_t | right = -1 |
| int32_t | height = 0 |
| 0 = leaf; -1 = free. | |
| WorldAABB physics::broadphase::Tree::Node::aabb {glm::vec3{0.0f}, glm::vec3{0.0f}} |
| entt::entity physics::broadphase::Tree::Node::entity {entt::null} |
Leaf only.
| int32_t physics::broadphase::Tree::Node::height = 0 |
0 = leaf; -1 = free.
| int32_t physics::broadphase::Tree::Node::left = -1 |
| int32_t physics::broadphase::Tree::Node::parent = -1 |
| int32_t physics::broadphase::Tree::Node::right = -1 |