Home
last modified time | relevance | path

Searched defs:LaunchBomb (Results 1 – 4 of 4) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Testbed/Framework/
H A DTest.cpp224 void Test::LaunchBomb() in LaunchBomb() function in Test
231 void Test::LaunchBomb(const b2Vec2& position, const b2Vec2& velocity) in LaunchBomb() function in Test
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Framework/
H A DTest.cpp227 void Test::LaunchBomb() in LaunchBomb() function in Test
234 void Test::LaunchBomb(const b2Vec2& position, const b2Vec2& velocity) in LaunchBomb() function in Test
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dtest.cpp238 void Test::LaunchBomb() in LaunchBomb() function in Test
245 void Test::LaunchBomb(const b2Vec2& position, const b2Vec2& velocity) in LaunchBomb() function in Test
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dframework.py368 def LaunchBomb(self, position, velocity): member in FrameworkBase