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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollideCircle.cpp 42 manifold->type = b2Manifold::e_circles;
b2Collision.cpp 33 case b2Manifold::e_circles:
b2Collision.h 63 /// -e_circles: the local center of circleB
82 /// -e_circles: the local center of circleA
86 /// -e_circles: not used
97 e_circles, enumerator in enum:b2Manifold::Type
b2CollideEdge.cpp 78 manifold->type = b2Manifold::e_circles;
116 manifold->type = b2Manifold::e_circles;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ContactSolver.cpp 627 case b2Manifold::e_circles:

Completed in 188 milliseconds