HomeSort by relevance Sort by last modified time
    Searched refs:b2EdgeShape (Results 1 - 15 of 15) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.EdgeShape.cpp 11 return (jlong)(new b2EdgeShape());
21 b2EdgeShape* edge = (b2EdgeShape*)addr;
33 b2EdgeShape* edge = (b2EdgeShape*)addr;
47 b2EdgeShape* edge = (b2EdgeShape*)addr;
61 b2EdgeShape* edge = (b2EdgeShape*)addr;
74 b2EdgeShape* edge = (b2EdgeShape*)addr
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2EdgeShape.h 27 class b2EdgeShape : public b2Shape
30 b2EdgeShape();
62 inline b2EdgeShape::b2EdgeShape()
b2EdgeShape.cpp 19 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
23 void b2EdgeShape::Set(const b2Vec2& v1, const b2Vec2& v2)
31 b2Shape* b2EdgeShape::Clone(b2BlockAllocator* allocator) const
33 void* mem = allocator->Allocate(sizeof(b2EdgeShape));
34 b2EdgeShape* clone = new (mem) b2EdgeShape;
39 int32 b2EdgeShape::GetChildCount() const
44 bool b2EdgeShape::TestPoint(const b2Transform& xf, const b2Vec2& p) const
55 bool b2EdgeShape::RayCast(b2RayCastOutput* output, const b2RayCastInput& input,
117 void b2EdgeShape::ComputeAABB(b2AABB* aabb, const b2Transform& xf, int32 childIndex) cons
    [all...]
b2ChainShape.h 24 class b2EdgeShape;
68 void GetChildEdge(b2EdgeShape* edge, int32 index) const;
b2ChainShape.cpp 20 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
110 void b2ChainShape::GetChildEdge(b2EdgeShape* edge, int32 index) const
154 b2EdgeShape edgeShape;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ChainAndCircleContact.cpp 23 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
50 b2EdgeShape edge;
b2ChainAndPolygonContact.cpp 23 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
50 b2EdgeShape edge;
b2EdgeAndCircleContact.cpp 48 (b2EdgeShape*)m_fixtureA->GetShape(), xfA,
b2EdgeAndPolygonContact.cpp 48 (b2EdgeShape*)m_fixtureA->GetShape(), xfA,
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.cpp 23 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
92 b2EdgeShape* s = (b2EdgeShape*)m_shape;
93 s->~b2EdgeShape();
94 allocator->Free(s, sizeof(b2EdgeShape));
253 b2EdgeShape* s = (b2EdgeShape*)m_shape;
254 b2Log(" b2EdgeShape shape;\n");
b2World.cpp 29 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
1049 b2EdgeShape* edge = (b2EdgeShape*)fixture->GetShape();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/
Box2D.h 39 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2Collision.h 31 class b2EdgeShape;
235 const b2EdgeShape* polygonA, const b2Transform& xfA,
240 const b2EdgeShape* edgeA, const b2Transform& xfA,
b2CollideEdge.cpp 21 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
28 const b2EdgeShape* edgeA, const b2Transform& xfA,
196 void Collide(b2Manifold* manifold, const b2EdgeShape* edgeA, const b2Transform& xfA,
230 void b2EPCollider::Collide(b2Manifold* manifold, const b2EdgeShape* edgeA, const b2Transform& xfA,
693 const b2EdgeShape* edgeA, const b2Transform& xfA,
b2Distance.cpp 21 #include <Box2D/Collision/Shapes/b2EdgeShape.h>
73 const b2EdgeShape* edge = static_cast<const b2EdgeShape*>(shape);

Completed in 91 milliseconds