Home
last modified time | relevance | path

Searched defs:ReportFixture (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Draycast.py41 def ReportFixture(self, fixture, point, normal, fraction): member in RayCastClosestCallback
72 def ReportFixture(self, fixture, point, normal, fraction): member in RayCastAnyCallback
93 def ReportFixture(self, fixture, point, normal, fraction): member in RayCastMultipleCallback
H A Dedge_shapes.py57 def ReportFixture(self, fixture, point, normal, fraction): member in RayCastCallback
H A Dbox_cutter.py220 def ReportFixture(self, fixture, point, normal, fraction): member in laser_callback
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Dynamics/
H A Db2WorldCallbacks.h136 virtual bool ReportFixture(b2Fixture* fixture) { return false; } in ReportFixture() function
159 virtual float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/
H A Dbox2draycast.cpp38 float32 Box2DRayCast::ReportFixture(b2Fixture *fixture, in ReportFixture() function in Box2DRayCast
/dports/devel/juce/JUCE-f37e9a1/examples/DemoRunner/Builds/Android/app/src/main/assets/Box2DTests/
H A DRayCast.h35 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
70 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
110 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DEdgeShapes.h30 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DPolyShapes.h85 bool ReportFixture(b2Fixture* fixture) in ReportFixture() function
/dports/devel/juce/JUCE-f37e9a1/examples/Assets/Box2DTests/
H A DRayCast.h35 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
70 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
110 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DEdgeShapes.h30 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DPolyShapes.h85 bool ReportFixture(b2Fixture* fixture) in ReportFixture() function
/dports/misc/box2d/box2d-2.4.1/testbed/tests/
H A Dray_cast.cpp45 …float ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float fraction)… in ReportFixture() function in RayCastClosestCallback
80 float ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float) override in ReportFixture() function in RayCastAnyCallback
120 float ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float) override in ReportFixture() function in RayCastMultipleCallback
H A Dpolygon_shapes.cpp47 bool ReportFixture(b2Fixture* fixture) override in ReportFixture() function in PolygonShapesCallback
H A Dedge_shapes.cpp34 float ReportFixture(b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function in EdgeShapesCallback
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Tests/
H A DRayCast.h35 …float32 ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float32 fract… in ReportFixture() function
75 float32 ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float32) in ReportFixture() function
120 float32 ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float32) in ReportFixture() function
H A DEdgeShapes.h30 float32 ReportFixture(b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DPolyShapes.h83 bool ReportFixture(b2Fixture* fixture) in ReportFixture() function
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Testbed/Tests/
H A DRayCast.h35 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
70 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
110 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DEdgeShapes.h30 float32 ReportFixture( b2Fixture* fixture, const b2Vec2& point, in ReportFixture() function
H A DPolyShapes.h85 bool ReportFixture(b2Fixture* fixture) in ReportFixture() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Urho2D/
H A DPhysicsWorld2D.cpp473 …virtual float32 ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float… in ReportFixture() function in Urho3D::RayCastCallback
524 …virtual float32 ReportFixture(b2Fixture* fixture, const b2Vec2& point, const b2Vec2& normal, float… in ReportFixture() function in Urho3D::SingleRayCastCallback
580 virtual bool ReportFixture(b2Fixture* fixture) in ReportFixture() function in Urho3D::PointQueryCallback
652 virtual bool ReportFixture(b2Fixture* fixture) in ReportFixture() function in Urho3D::AabbQueryCallback
/dports/devel/love08/love-0.8.0/src/modules/physics/box2d/
H A DWorld.cpp151 bool World::QueryCallback::ReportFixture(b2Fixture * fixture) in ReportFixture() function in love::physics::box2d::World::QueryCallback
179 …float32 World::RayCastCallback::ReportFixture(b2Fixture * fixture, const b2Vec2& point, const b2Ve… in ReportFixture() function in love::physics::box2d::World::RayCastCallback
/dports/devel/love10/love-0.10.2/src/modules/physics/box2d/
H A DWorld.cpp150 bool World::QueryCallback::ReportFixture(b2Fixture *fixture) in ReportFixture() function in love::physics::box2d::World::QueryCallback
179 float32 World::RayCastCallback::ReportFixture(b2Fixture *fixture, const b2Vec2 &point, const b2Vec2… in ReportFixture() function in love::physics::box2d::World::RayCastCallback
/dports/devel/love/love-11.3/src/modules/physics/box2d/
H A DWorld.cpp156 bool World::QueryCallback::ReportFixture(b2Fixture *fixture) in ReportFixture() function in love::physics::box2d::World::QueryCallback
186 float32 World::RayCastCallback::ReportFixture(b2Fixture *fixture, const b2Vec2 &point, const b2Vec2… in ReportFixture() function in love::physics::box2d::World::RayCastCallback
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Testbed/Framework/
H A DTest.cpp112 bool ReportFixture(b2Fixture* fixture) in ReportFixture() function in QueryCallback

12