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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPersistentManifold.cpp 192 btScalar shortestDist = getContactBreakingThreshold() * getContactBreakingThreshold();
242 btScalar btPersistentManifold::getContactBreakingThreshold() const
288 if (distance2d > getContactBreakingThreshold()*getContactBreakingThreshold() )
btPersistentManifold.h 138 btScalar getContactBreakingThreshold() const;
228 return pt.m_distance1 <= getContactBreakingThreshold();
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSphereTriangleCollisionAlgorithm.cpp 59 SphereTriangleDetector detector(sphere,triangle, m_manifoldPtr->getContactBreakingThreshold());
btCollisionDispatcher.cpp 82 btMin(body0->getCollisionShape()->getContactBreakingThreshold(gContactBreakingThreshold) , body1->getCollisionShape()->getContactBreakingThreshold(gContactBreakingThreshold))
btConvexPlaneCollisionAlgorithm.cpp 82 hasCollision = distance < m_manifoldPtr->getContactBreakingThreshold();
121 hasCollision = distance < m_manifoldPtr->getContactBreakingThreshold();
btConvex2dConvex2dAlgorithm.cpp 131 input.m_maximumDistanceSquared = min0->getMargin() + min1->getMargin() + m_manifoldPtr->getContactBreakingThreshold();
btConvexConvexAlgorithm.cpp 320 btScalar threshold = m_manifoldPtr->getContactBreakingThreshold();
370 input.m_maximumDistanceSquared = min0->getMargin() + min1->getMargin() + m_manifoldPtr->getContactBreakingThreshold();
463 btScalar threshold = m_manifoldPtr->getContactBreakingThreshold();
531 btScalar threshold = m_manifoldPtr->getContactBreakingThreshold();
btManifoldResult.cpp 82 if (depth > m_manifoldPtr->getContactBreakingThreshold())
btSphereBoxCollisionAlgorithm.cpp 69 btScalar maxContactDistance = m_manifoldPtr->getContactBreakingThreshold();
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.h 54 virtual btScalar getContactBreakingThreshold(btScalar defaultContactThresholdFactor) const;
btCollisionShape.cpp 45 btScalar btCollisionShape::getContactBreakingThreshold(btScalar defaultContactThreshold) const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btPersistentManifold.java 121 public float getContactBreakingThreshold() {
btCollisionShape.java 163 public float getContactBreakingThreshold(float defaultContactThresholdFactor) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 758 milliseconds