Home
last modified time | relevance | path

Searched refs:b2AABB (Results 201 – 225 of 359) sorted by relevance

12345678910>>...15

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D_Install/include/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
H A Db2PolygonShape.h64 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/games/kolf/kolf-21.12.3/external/Box2D/Collision/Shapes/
H A Db2PolygonShape.h64 …void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const Q_DECL_OVERRI…
/dports/devel/juce/JUCE-f37e9a1/modules/juce_box2d/box2d/Collision/Shapes/
H A Db2CircleShape.h44 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, juce::int32 childIndex) const;
H A Db2PolygonShape.h64 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, juce::int32 childIndex) const;
/dports/devel/love/love-11.3/src/libraries/Box2D/Collision/Shapes/
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Collision/Shapes/
H A Db2PolygonShape.h64 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Collision/Shapes/
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Collision/Shapes/
H A Db2PolygonShape.h66 void ComputeAABB(b2AABB* aabb, const b2Transform& transform, int32 childIndex) const;
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Collision/Shapes/
H A Db2PolygonShape.cpp320 void b2PolygonShape::ComputeAABB(b2AABB* aabb, const b2XForm& xf) const in ComputeAABB()
330 void b2PolygonShape::ComputeSweptAABB(b2AABB* aabb, in ComputeSweptAABB()
334 b2AABB aabb1, aabb2; in ComputeSweptAABB()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Collision/Shapes/
H A Db2PolygonShape.cpp320 void b2PolygonShape::ComputeAABB(b2AABB* aabb, const b2XForm& xf) const in ComputeAABB()
330 void b2PolygonShape::ComputeSweptAABB(b2AABB* aabb, in ComputeSweptAABB()
334 b2AABB aabb1, aabb2; in ComputeSweptAABB()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Collision/Shapes/
H A Db2PolygonShape.cpp321 void b2PolygonShape::ComputeAABB(b2AABB* aabb, const b2XForm& xf) const in ComputeAABB()
331 void b2PolygonShape::ComputeSweptAABB(b2AABB* aabb, in ComputeSweptAABB()
335 b2AABB aabb1, aabb2; in ComputeSweptAABB()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Physics/
H A DClawPhysics.cpp115 b2AABB GetBodyAABB(b2Body* pBody, bool discardSensors) in GetBodyAABB()
117 b2AABB aabb; in GetBodyAABB()
138 b2AABB aabb; in GetLowermostFixture()
920 b2AABB aabb; in VRenderDiagnostics()
1217 b2AABB aabb = GetBodyAABB(pBody, discardSensors); in VGetAABB()
1282 b2AABB aabb = GetBodyAABB(pBody, true); in VIsActorOverlap()

12345678910>>...15