Home
last modified time | relevance | path

Searched refs:sweepB (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/juce/JUCE-f37e9a1/examples/Assets/Box2DTests/
H A DTimeOfImpact.h47 b2Sweep sweepB; in Step() local
48 sweepB.c0.Set(53.474274f, -50.252514f); in Step()
49 sweepB.a0 = 513.36676f; // - 162.0f * b2_pi; in Step()
50 sweepB.c.Set(54.595478f, -51.083473f); in Step()
52 sweepB.localCenter.SetZero(); in Step()
61 input.sweepB = sweepB; in Step()
86 sweepB.GetTransform(&transformB, 0.0f); in Step()
90 float32 wB = sweepB.a - sweepB.a0; in Step()
91 b2Vec2 vB = sweepB.c - sweepB.c0; in Step()
107 sweepB.GetTransform(&transformB, 1.0f); in Step()
[all …]
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Builds/Android/app/src/main/assets/Box2DTests/
H A DTimeOfImpact.h47 b2Sweep sweepB; in Step() local
48 sweepB.c0.Set(53.474274f, -50.252514f); in Step()
49 sweepB.a0 = 513.36676f; // - 162.0f * b2_pi; in Step()
50 sweepB.c.Set(54.595478f, -51.083473f); in Step()
52 sweepB.localCenter.SetZero(); in Step()
61 input.sweepB = sweepB; in Step()
86 sweepB.GetTransform(&transformB, 0.0f); in Step()
90 float32 wB = sweepB.a - sweepB.a0; in Step()
91 b2Vec2 vB = sweepB.c - sweepB.c0; in Step()
107 sweepB.GetTransform(&transformB, 1.0f); in Step()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Testbed/Tests/
H A DTimeOfImpact.h47 b2Sweep sweepB; in Step() local
48 sweepB.c0.Set(53.474274f, -50.252514f); in Step()
49 sweepB.a0 = 513.36676f; // - 162.0f * b2_pi; in Step()
50 sweepB.c.Set(54.595478f, -51.083473f); in Step()
52 sweepB.localCenter.SetZero(); in Step()
61 input.sweepB = sweepB; in Step()
86 sweepB.GetTransform(&transformB, 0.0f); in Step()
90 float32 wB = sweepB.a - sweepB.a0; in Step()
91 b2Vec2 vB = sweepB.c - sweepB.c0; in Step()
107 sweepB.GetTransform(&transformB, 1.0f); in Step()
[all …]
/dports/misc/box2d/box2d-2.4.1/testbed/tests/
H A Dtime_of_impact.cpp51 b2Sweep sweepB; in Step() local
52 sweepB.c0.Set(53.474274f, -50.252514f); in Step()
53 sweepB.a0 = 513.36676f; // - 162.0f * b2_pi; in Step()
54 sweepB.c.Set(54.595478f, -51.083473f); in Step()
55 sweepB.a = 513.62781f; // - 162.0f * b2_pi; in Step()
56 sweepB.localCenter.SetZero(); in Step()
65 input.sweepB = sweepB; in Step()
90 sweepB.GetTransform(&transformB, 0.0f); in Step()
100 sweepB.GetTransform(&transformB, output.t); in Step()
107 sweepB.GetTransform(&transformB, 1.0f); in Step()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Tests/
H A DTimeOfImpact.h47 b2Sweep sweepB; in Step() local
48 sweepB.c0.Set(53.474274f, -50.252514f); in Step()
49 sweepB.a0 = 513.36676f; // - 162.0f * b2_pi; in Step()
50 sweepB.c.Set(54.595478f, -51.083473f); in Step()
51 sweepB.a = 513.62781f; // - 162.0f * b2_pi; in Step()
52 sweepB.localCenter.SetZero(); in Step()
61 input.sweepB = sweepB; in Step()
86 sweepB.GetTransform(&transformB, 0.0f); in Step()
96 sweepB.GetTransform(&transformB, output.t); in Step()
103 sweepB.GetTransform(&transformB, 1.0f); in Step()
[all …]
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dtime_of_impact.py54 sweepB = b2Sweep(c0=(-0.20382018, 2.1368704),
62 sweepA=sweepA, sweepB=sweepB,
84 transform = sweepB.GetTransform(0)
98 transform = sweepB.GetTransform(time_of_impact)
106 transform = sweepB.GetTransform(1.0)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_box2d/box2d/Collision/
H A Db2TimeOfImpact.cpp44 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
53 m_sweepB = sweepB; in Initialize()
261 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
266 sweepB.Normalize(); in b2TimeOfImpact()
293 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
321 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
335 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
H A Db2TimeOfImpact.h31 b2Sweep sweepB; member
/dports/misc/box2d/box2d-2.4.1/src/collision/
H A Db2_time_of_impact.cpp50 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
59 m_sweepB = sweepB; in Initialize()
271 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
276 sweepB.Normalize(); in b2TimeOfImpact()
303 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
331 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
345 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/games/kolf/kolf-21.12.3/external/Box2D/Collision/
H A Db2TimeOfImpact.cpp43 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
52 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
H A Db2TimeOfImpact.h31 b2Sweep sweepB; member
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Collision/
H A Db2TimeOfImpact.cpp44 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
53 m_sweepB = sweepB; in Initialize()
268 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
273 sweepB.Normalize(); in b2TimeOfImpact()
300 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
328 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
342 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
H A Db2TimeOfImpact.h31 b2Sweep sweepB; member
/dports/devel/love/love-11.3/src/libraries/Box2D/Collision/
H A Db2TimeOfImpact.cpp46 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
55 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
H A Db2TimeOfImpact.h31 b2Sweep sweepB; member
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Collision/
H A Db2TimeOfImpact.cpp46 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
55 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/devel/upp/upp/uppsrc/plugin/box2d/
H A Db2TimeOfImpact.cpp45 const b2DistanceProxy* proxyB, const b2Sweep& sweepB) in Initialize()
53 m_sweepB = sweepB; in Initialize()
268 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
273 sweepB.Normalize(); in b2TimeOfImpact()
300 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
328 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB); in b2TimeOfImpact()
342 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Collision/
H A Db2TimeOfImpact.cpp46 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
55 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Collision/
H A Db2TimeOfImpact.cpp47 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
56 m_sweepB = sweepB; in Initialize()
268 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
273 sweepB.Normalize(); in b2TimeOfImpact()
300 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
328 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
342 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Collision/
H A Db2TimeOfImpact.cpp46 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
55 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Collision/
H A Db2TimeOfImpact.cpp46 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
55 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Collision/
H A Db2TimeOfImpact.cpp46 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
55 m_sweepB = sweepB; in Initialize()
267 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
272 sweepB.Normalize(); in b2TimeOfImpact()
299 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
327 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
341 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Collision/
H A Db2TimeOfImpact.cpp44 const b2DistanceProxy* proxyB, const b2Sweep& sweepB, in Initialize()
53 m_sweepB = sweepB; in Initialize()
268 b2Sweep sweepB = input->sweepB; in b2TimeOfImpact() local
273 sweepB.Normalize(); in b2TimeOfImpact()
300 sweepB.GetTransform(&xfB, t1); in b2TimeOfImpact()
328 fcn.Initialize(&cache, proxyA, sweepA, proxyB, sweepB, t1); in b2TimeOfImpact()
342 sweepB.GetTransform(&xfB, x); in b2TimeOfImpact()
/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() argument
32 B2_NOT_USED(sweepB); in ComputeTOI()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/
H A DBox2D_contact.i234 …ape* shapeA, int idxA, b2Shape* shapeB, int idxB, b2Sweep& sweepA, b2Sweep& sweepB, float32 tMax) {
241 input.sweepB = sweepB;
255 … def b2TimeOfImpact(shapeA=None, idxA=0, shapeB=None, idxB=0, sweepA=None, sweepB=None, tMax=0.0):
286 out = _b2TimeOfImpact(shapeA, idxA, shapeB, idxB, sweepA, sweepB, tMax)

12