group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
physics::broadphase::Tree Member List

This is the complete list of members for physics::broadphase::Tree, including all inherited members.

aabbArea(const WorldAABB &a)physics::broadphase::Treeprivatestatic
aabbContains(const WorldAABB &container, const WorldAABB &inside)physics::broadphase::Treeprivatestatic
aabbOverlap(const WorldAABB &a, const WorldAABB &b)physics::broadphase::Treeprivatestatic
allocNode()physics::broadphase::Treeprivate
balance(int32_t a)physics::broadphase::Treeprivate
clear()physics::broadphase::Tree
combine(const WorldAABB &a, const WorldAABB &b)physics::broadphase::Treeprivatestatic
freeList_physics::broadphase::Treeprivate
freeNode(int32_t id)physics::broadphase::Treeprivate
insertLeaf(int32_t leaf)physics::broadphase::Treeprivate
insertProxy(const WorldAABB &aabb, entt::entity entity)physics::broadphase::Tree
isLeaf(int32_t nodeId) const noexceptphysics::broadphase::Tree
k_fatAabbMarginphysics::broadphase::Treestatic
k_motionPredictphysics::broadphase::Treestatic
leftChild(int32_t nodeId) const noexceptphysics::broadphase::Tree
nodeAabb(int32_t nodeId) const noexceptphysics::broadphase::Tree
nodes_physics::broadphase::Treeprivate
proxyCount() const noexceptphysics::broadphase::Treeinline
proxyCount_physics::broadphase::Treeprivate
queryAABB(const WorldAABB &aabb, const std::function< bool(entt::entity)> &visit) constphysics::broadphase::Tree
raycast(glm::vec3 origin, glm::vec3 dir, float maxT, const std::function< bool(entt::entity)> &visit) constphysics::broadphase::Tree
removeLeaf(int32_t leaf)physics::broadphase::Treeprivate
removeProxy(Proxy p)physics::broadphase::Tree
rightChild(int32_t nodeId) const noexceptphysics::broadphase::Tree
root_physics::broadphase::Treeprivate
rootIndex() const noexceptphysics::broadphase::Treeinline
sweptAABB(glm::vec3 halfExtents, glm::vec3 start, glm::vec3 end, const std::function< bool(entt::entity)> &visit) constphysics::broadphase::Tree
Tree()=defaultphysics::broadphase::Tree
updateProxy(Proxy p, const WorldAABB &newAabb, glm::vec3 displacement)physics::broadphase::Tree