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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2PolygonContact.cpp 44 b2Assert(m_fixtureA->GetType() == b2Shape::e_polygon);
45 b2Assert(m_fixtureB->GetType() == b2Shape::e_polygon);
b2ChainAndPolygonContact.cpp 44 b2Assert(m_fixtureB->GetType() == b2Shape::e_polygon);
b2EdgeAndPolygonContact.cpp 42 b2Assert(m_fixtureB->GetType() == b2Shape::e_polygon);
b2PolygonAndCircleContact.cpp 41 b2Assert(m_fixtureA->GetType() == b2Shape::e_polygon);
b2Contact.cpp 43 AddType(b2PolygonAndCircleContact::Create, b2PolygonAndCircleContact::Destroy, b2Shape::e_polygon, b2Shape::e_circle);
44 AddType(b2PolygonContact::Create, b2PolygonContact::Destroy, b2Shape::e_polygon, b2Shape::e_polygon);
46 AddType(b2EdgeAndPolygonContact::Create, b2EdgeAndPolygonContact::Destroy, b2Shape::e_edge, b2Shape::e_polygon);
48 AddType(b2ChainAndPolygonContact::Create, b2ChainAndPolygonContact::Destroy, b2Shape::e_chain, b2Shape::e_polygon);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2Shape.h 50 e_polygon = 2, enumerator in enum:b2Shape::Type
b2PolygonShape.h 89 m_type = e_polygon;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.Shape.cpp 48 case b2Shape::e_polygon: return 2;
com.badlogic.gdx.physics.box2d.Fixture.cpp 17 case b2Shape::e_polygon: return 2;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.cpp 98 case b2Shape::e_polygon:
265 case b2Shape::e_polygon:
b2World.cpp 1073 case b2Shape::e_polygon:
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2Distance.cpp 41 case b2Shape::e_polygon:

Completed in 799 milliseconds