Searched refs:btSwap (Results 1 – 14 of 14) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexPolyhedron.cpp | 47 btSwap(m_v0,m_v1); in btInternalVertexPair() 299 btSwap(minProj,maxProj); in project() 300 btSwap(witnesPtMin,witnesPtMax); in project()
|
D | btConvexHullShape.cpp | 243 btSwap(minProj,maxProj); in project() 244 btSwap(witnesPtMin,witnesPtMax); in project()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btOverlappingPairCache.cpp | 140 btSwap(proxy0,proxy1); in findPair() 217 btSwap(proxy0,proxy1); in internalAddPair() 277 btSwap(proxy0,proxy1); in removeOverlappingPair()
|
D | btOverlappingPairCache.h | 241 btSwap(proxyId1, proxyId2); in internalFindPair()
|
D | btDbvtBroadphase.cpp | 105 btSwap(pa,pb); in Process() 575 btSwap(pa,pb); in collide()
|
D | btDbvt.cpp | 392 btSwap(p->volume,n->volume); in sort() 1277 btSwap(indices[i],indices[rand()%cfgLeaves]); in benchmark()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyInternals.h | 39 int index(int c,int r) const { if(c>r) btSwap(c,r);btAssert(r<dim);return((r*(r+1))/2+c); } in index() 435 btSwap(span[0],span[1]); 436 btSwap(values[0],values[1]);
|
D | btSoftBody.cpp | 1166 btSwap(m_links[i],m_links[NEXTRAND%ni]); in randomizeConstraints() 1170 btSwap(m_faces[i],m_faces[NEXTRAND%ni]); in randomizeConstraints() 1298 btSwap(m_clusters[0],m_clusters[m_clusters.size()-1]); in generateClusters() 1401 btSwap(m_links[i],m_links[m_links.size()-1]); in refine() 1604 btSwap(m_links[i],m_links[m_links.size()-1]); in refine() 1624 btSwap(m_nodes[a],m_nodes[b]); in refine()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btGjkEpa2.cpp | 614 btSwap(simplex.c[0],simplex.c[1]); in Evaluate() 615 btSwap(simplex.p[0],simplex.p[1]); in Evaluate()
|
D | btGjkEpa3.h | 624 btSwap(simplex.c[0],simplex.c[1]); in Evaluate() 625 btSwap(simplex.p[0],simplex.p[1]); in Evaluate()
|
D | btPolyhedralContactClipping.cpp | 472 btSwap(pVtxIn,pVtxOut); in clipFaceAgainstHull()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btScalar.h | 586 template<typename T> SIMD_FORCE_INLINE void btSwap(T& a, T& b) in btSwap() function
|
D | btConvexHull.cpp | 514 if(btDot(verts[p3]-verts[p0],btCross(verts[p1]-verts[p0],verts[p2]-verts[p0])) <0) {btSwap(p2,p3);} in FindSimplex()
|
D | btConvexHullComputer.cpp | 2195 btSwap(faces[i], faces[seed % faceCount]); in shrink()
|