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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.h 103 #define b2_maxTranslationSquared (b2_maxTranslation * b2_maxTranslation)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Island.cpp 284 if (b2Dot(translation, translation) > b2_maxTranslationSquared)
482 if (b2Dot(translation, translation) > b2_maxTranslationSquared)

Completed in 2496 milliseconds