group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
physics::broadphase::Tree::Node Struct Reference
Collaboration diagram for physics::broadphase::Tree::Node:
[legend]

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.

Member Data Documentation

◆ aabb

WorldAABB physics::broadphase::Tree::Node::aabb {glm::vec3{0.0f}, glm::vec3{0.0f}}

◆ entity

entt::entity physics::broadphase::Tree::Node::entity {entt::null}

Leaf only.

◆ height

int32_t physics::broadphase::Tree::Node::height = 0

0 = leaf; -1 = free.

◆ left

int32_t physics::broadphase::Tree::Node::left = -1

◆ parent

int32_t physics::broadphase::Tree::Node::parent = -1

◆ right

int32_t physics::broadphase::Tree::Node::right = -1

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