|
Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
This is the complete list of members for box2d::BroadPhase, including all inherited members.
| BroadPhase(const Conf conf=GetDefaultConf()) | box2d::BroadPhase | |
| BroadPhase(const BroadPhase ©)=delete | box2d::BroadPhase | |
| CreateProxy(const AABB &aabb, void *userData) | box2d::BroadPhase | |
| DestroyProxy(size_type proxyId) | box2d::BroadPhase | |
| e_nullProxy enum value | box2d::BroadPhase | |
| GetDefaultConf() noexcept | box2d::BroadPhase | inlinestatic |
| GetFatAABB(size_type proxyId) const | box2d::BroadPhase | inline |
| GetMoveCapacity() const noexcept | box2d::BroadPhase | inline |
| GetMoveCount() const noexcept | box2d::BroadPhase | inline |
| GetPairCapacity() const noexcept | box2d::BroadPhase | inline |
| GetPairCount() const noexcept | box2d::BroadPhase | |
| GetProxyCount() const noexcept | box2d::BroadPhase | inline |
| GetTreeBalance() const | box2d::BroadPhase | inline |
| GetTreeHeight() const noexcept | box2d::BroadPhase | inline |
| GetTreeQuality() const | box2d::BroadPhase | inline |
| GetUserData(size_type proxyId) const | box2d::BroadPhase | inline |
| operator=(const BroadPhase &)=delete | box2d::BroadPhase | |
| Query(const AABB aabb, QueryCallback callback) const | box2d::BroadPhase | inline |
| QueryCallback typedef | box2d::BroadPhase | |
| RayCast(const RayCastInput &input, RayCastCallback callback) const | box2d::BroadPhase | inline |
| RayCastCallback typedef | box2d::BroadPhase | |
| ShiftOrigin(const Length2D newOrigin) | box2d::BroadPhase | inline |
| size_type typedef | box2d::BroadPhase | |
| TouchProxy(size_type proxyId) noexcept | box2d::BroadPhase | inline |
| UpdatePairs(std::function< bool(void *, void *)> callback) | box2d::BroadPhase | |
| UpdateProxy(const size_type proxyId, const AABB &aabb, const Length2D displacement, const RealNum multiplier=1, const Length extension=Length{0}) | box2d::BroadPhase | inline |
| ~BroadPhase() noexcept | box2d::BroadPhase |
1.8.14