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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btMinMax.h 59 SIMD_FORCE_INLINE void btClamp(T& a, const T& lb, const T& ub)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.h 401 btClamp(m_realBuf[i],-m_maxCoordinateVelocity,m_maxCoordinateVelocity);
443 btClamp(m_realBuf[dof],-m_maxCoordinateVelocity,m_maxCoordinateVelocity);

Completed in 57 milliseconds