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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2Collision.h 69 struct b2ManifoldPoint
102 b2ManifoldPoint points[b2_maxManifoldPoints]; ///< the points of contact
b2CollidePolygon.cpp 222 b2ManifoldPoint* cp = manifold->points + pointCount;
b2CollideEdge.cpp 597 b2ManifoldPoint* cp = manifold->points + pointCount;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp 199 b2ManifoldPoint* mp2 = m_manifold.points + i;
206 b2ManifoldPoint* mp1 = oldManifold.points + j;
b2ContactSolver.cpp 108 b2ManifoldPoint* cp = manifold->points + j;

Completed in 3035 milliseconds