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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionObject.h 106 /// Don't do continuous collision detection if the motion (in one step) is less then m_ccdMotionThreshold
107 btScalar m_ccdMotionThreshold;
453 return m_ccdMotionThreshold;
458 return m_ccdMotionThreshold*m_ccdMotionThreshold;
463 /// Don't do continuous collision detection if the motion (in one step) is less then m_ccdMotionThreshold
466 m_ccdMotionThreshold = ccdMotionThreshold;
534 double m_ccdMotionThreshold;
568 float m_ccdMotionThreshold;
btCollisionObject.cpp 41 m_ccdMotionThreshold(btScalar(0.)),
105 dataOut->m_ccdMotionThreshold = m_ccdMotionThreshold;
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 559 double m_ccdMotionThreshold;
591 float m_ccdMotionThreshold;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 51 milliseconds