MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getWorldAABB

Method getWorldAABB

src/systems/CollisionDetectionSystem.cpp:1962–1965  ·  view source on GitHub ↗

Return the world-space AABB of a given collider

Source from the content-addressed store, hash-verified

1960
1961// Return the world-space AABB of a given collider
1962const AABB CollisionDetectionSystem::getWorldAABB(const Collider* collider) const {
1963 assert(collider->getBroadPhaseId() > -1);
1964 return mBroadPhaseSystem.getFatAABB(collider->getBroadPhaseId());
1965}

Callers

nothing calls this directly

Calls 1

getBroadPhaseIdMethod · 0.45

Tested by

no test coverage detected