Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
This is the complete list of members for box2d::World, including all inherited members.
Bodies typedef | box2d::World | |
Contacts typedef | box2d::World | |
CreateBody(const BodyDef &def=GetDefaultBodyDef()) | box2d::World | |
CreateFixture(Body &body, std::shared_ptr< const Shape > shape, const FixtureDef &def=GetDefaultFixtureDef(), bool resetMassData=true) | box2d::World | |
CreateJoint(const JointDef &def) | box2d::World | |
Destroy(Body *body) | box2d::World | |
Destroy(Joint *joint) | box2d::World | |
DestroyFixture(Fixture *fixture, bool resetMassData=true) | box2d::World | |
GetBodies() const noexcept | box2d::World | inline |
GetContacts() const noexcept | box2d::World | inline |
GetDefaultBodyDef() | box2d::World | static |
GetDefaultDef() noexcept | box2d::World | inlinestatic |
GetFatAABB(proxy_size_type proxyId) const | box2d::World | inline |
GetGravity() const noexcept | box2d::World | inline |
GetInvDeltaTime() const noexcept | box2d::World | inline |
GetJoints() const noexcept | box2d::World | inline |
GetMaxVertexRadius() const noexcept | box2d::World | inline |
GetMinVertexRadius() const noexcept | box2d::World | inline |
GetProxyCount() const noexcept | box2d::World | inline |
GetSubStepping() const noexcept | box2d::World | inline |
GetTreeBalance() const | box2d::World | inline |
GetTreeHeight() const noexcept | box2d::World | inline |
GetTreeQuality() const | box2d::World | inline |
IsLocked() const noexcept | box2d::World | inline |
IsValid(std::shared_ptr< const Shape > shape) const noexcept | box2d::World | |
Joints typedef | box2d::World | |
proxy_size_type typedef | box2d::World | |
QueryAABB(QueryFixtureReporter *callback, const AABB &aabb) const | box2d::World | |
RayCast(RayCastFixtureReporter *callback, const Length2D &point1, const Length2D &point2) const | box2d::World | |
RegisterForProxies(Fixture *fixture) | box2d::World | |
RegisterForProxies(Body *body) | box2d::World | |
SetContactFilter(ContactFilter *filter) noexcept | box2d::World | inline |
SetContactListener(ContactListener *listener) noexcept | box2d::World | inline |
SetDestructionListener(DestructionListener *listener) noexcept | box2d::World | inline |
SetGravity(const LinearAcceleration2D gravity) noexcept | box2d::World | |
SetSubStepping(bool flag) noexcept | box2d::World | inline |
SetType(Body &body, BodyType type) | box2d::World | |
ShiftOrigin(const Length2D newOrigin) | box2d::World | |
Step(const StepConf &conf) | box2d::World | |
TouchProxies(Fixture &fixture) noexcept | box2d::World | |
ts_iters_type typedef | box2d::World | |
World(const Def &def=GetDefaultDef()) | box2d::World | |
~World() | box2d::World |