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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuadWord.h 233 btSetMin(m_floats[0], other.m_floats[0]);
234 btSetMin(m_floats[1], other.m_floats[1]);
235 btSetMin(m_floats[2], other.m_floats[2]);
236 btSetMin(m_floats[3], other.m_floats[3]);
btMinMax.h 41 SIMD_FORCE_INLINE void btSetMin(T& a, const T& b)
btAabbUtil2.h 164 btSetMin(lambda_exit, lambda);
btVector3.h 633 btSetMin(m_floats[0], other.m_floats[0]);
634 btSetMin(m_floats[1], other.m_floats[1]);
635 btSetMin(m_floats[2], other.m_floats[2]);
636 btSetMin(m_floats[3], other.w());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btRaycastVehicle.cpp 517 btSetMin(j1, maxImpulse);

Completed in 307 milliseconds