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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2EdgeShape.h 65 m_radius = b2_polygonRadius;
b2ChainShape.h 111 m_radius = b2_polygonRadius;
b2PolygonShape.h 90 m_radius = b2_polygonRadius;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.h 76 #define b2_polygonRadius (2.0f * b2_linearSlop)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollideEdge.cpp 435 m_radius = 2.0f * b2_polygonRadius;

Completed in 37 milliseconds