Home
last modified time | relevance | path

Searched refs:b2Sweep (Results 1 – 25 of 101) sorted by relevance

12345

/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dtime_of_impact.py22 from Box2D import (b2Color, b2Globals, b2PolygonShape, b2Sweep, b2TimeOfImpact)
44 sweepA = b2Sweep(c0=(0, 0), c=(0, 0),
54 sweepB = b2Sweep(c0=(-0.20382018, 2.1368704),
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Dynamics/Contacts/
H A Db2NullContact.h29 float32 ComputeTOI(const b2Sweep& sweepA, const b2Sweep& sweepB) const in ComputeTOI()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_box2d/box2d/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
H A Db2TimeOfImpact.cpp43 const b2DistanceProxy* proxyA, const b2Sweep& sweepA, in Initialize()
44 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
242 b2Sweep m_sweepA, m_sweepB;
260 b2Sweep sweepA = input->sweepA; in b2TimeOfImpact()
261 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact()
/dports/games/kolf/kolf-21.12.3/external/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/devel/love/love-11.3/src/libraries/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2TimeOfImpact.h31 b2Sweep sweepA;
32 b2Sweep sweepB;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/ThirdParty/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D_Install/include/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Collision/
H A Db2TimeOfImpact.h30 b2Sweep sweepA;
31 b2Sweep sweepB;
/dports/misc/box2d/box2d-2.4.1/include/box2d/
H A Db2_time_of_impact.h35 b2Sweep sweepA;
36 b2Sweep sweepB;
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Common/
H A Db2Math.cpp25 void b2Sweep::GetXForm(b2XForm* xf, float32 t) const in GetXForm()
45 void b2Sweep::Advance(float32 t) in Advance()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Common/
H A Db2Math.cpp25 void b2Sweep::GetXForm(b2XForm* xf, float32 t) const in GetXForm()
45 void b2Sweep::Advance(float32 t) in Advance()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Common/
H A Db2Math.cpp25 void b2Sweep::GetXForm(b2XForm* xf, float32 t) const in GetXForm()
45 void b2Sweep::Advance(float32 t) in Advance()
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Collision/
H A Db2TimeOfImpact.cpp25 float32 b2TimeOfImpact(const b2Shape* shape1, const b2Sweep& sweep1, in b2TimeOfImpact()
26 const b2Shape* shape2, const b2Sweep& sweep2) in b2TimeOfImpact()
/dports/devel/love5/love-0.5-0/src/box2d/Source/Collision/
H A Db2TimeOfImpact.cpp25 float32 b2TimeOfImpact(const b2Shape* shape1, const b2Sweep& sweep1, in b2TimeOfImpact()
26 const b2Shape* shape2, const b2Sweep& sweep2) in b2TimeOfImpact()
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Collision/
H A Db2TimeOfImpact.cpp25 float32 b2TimeOfImpact(const b2Shape* shape1, const b2Sweep& sweep1, in b2TimeOfImpact()
26 const b2Shape* shape2, const b2Sweep& sweep2) in b2TimeOfImpact()
/dports/misc/box2d/box2d-2.4.1/src/collision/
H A Db2_time_of_impact.cpp49 const b2DistanceProxy* proxyA, const b2Sweep& sweepA, in Initialize()
50 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
250 b2Sweep m_sweepA, m_sweepB;
270 b2Sweep sweepA = input->sweepA; in b2TimeOfImpact()
271 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact()

12345