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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAabbUtil2.h 66 if (btMin(btMin(p1[0], p2[0]), p3[0]) > aabbMax[0]) return false;
69 if (btMin(btMin(p1[2], p2[2]), p3[2]) > aabbMax[2]) return false;
72 if (btMin(btMin(p1[1], p2[1]), p3[1]) > aabbMax[1]) return false;
btMinMax.h 23 SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)
btConvexHullComputer.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSphereBoxCollisionAlgorithm.cpp 114 closestPoint.setX( btMin(boxHalfExtent.getX(), closestPoint.getX()) );
116 closestPoint.setY( btMin(boxHalfExtent.getY(), closestPoint.getY()) );
118 closestPoint.setZ( btMin(boxHalfExtent.getZ(), closestPoint.getZ()) );
btCollisionDispatcher.cpp 82 btMin(body0->getCollisionShape()->getContactBreakingThreshold(gContactBreakingThreshold) , body1->getCollisionShape()->getContactBreakingThreshold(gContactBreakingThreshold))
85 btScalar contactProcessingThreshold = btMin(body0->getContactProcessingThreshold(),body1->getContactProcessingThreshold());
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 740 friction = btMin(psb->m_cfg.kDF,m_colObjWrap->getCollisionObject()->getFriction());
800 friction = btMin(psa->m_cfg.kDF,psb->m_cfg.kDF);
btSoftBody.cpp 1196 m_clusters.resize(btMin(k,m_nodes.size()));
1221 const btScalar w=2-btMin<btScalar>(1,iterations/slope);
    [all...]
btSoftBodyHelpers.cpp 151 stress=btMax<btScalar>(0,btMin<btScalar>(1,stress))*ncolors;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.cpp 565 int ni=btMin(pairs.size(),btMax<int>(m_newpairs,(pairs.size()*m_cupdates)/100));
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bFile.cpp 37 slen=btMin(slen,MAX_STRLEN);
    [all...]

Completed in 348 milliseconds