Home
last modified time | relevance | path

Searched refs:btSwap (Results 1 – 14 of 14) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexPolyhedron.cpp47 btSwap(m_v0,m_v1); in btInternalVertexPair()
299 btSwap(minProj,maxProj); in project()
300 btSwap(witnesPtMin,witnesPtMax); in project()
DbtConvexHullShape.cpp243 btSwap(minProj,maxProj); in project()
244 btSwap(witnesPtMin,witnesPtMax); in project()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtOverlappingPairCache.cpp140 btSwap(proxy0,proxy1); in findPair()
217 btSwap(proxy0,proxy1); in internalAddPair()
277 btSwap(proxy0,proxy1); in removeOverlappingPair()
DbtOverlappingPairCache.h241 btSwap(proxyId1, proxyId2); in internalFindPair()
DbtDbvtBroadphase.cpp105 btSwap(pa,pb); in Process()
575 btSwap(pa,pb); in collide()
DbtDbvt.cpp392 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/
DbtSoftBodyInternals.h39 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]);
DbtSoftBody.cpp1166 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/
DbtGjkEpa2.cpp614 btSwap(simplex.c[0],simplex.c[1]); in Evaluate()
615 btSwap(simplex.p[0],simplex.p[1]); in Evaluate()
DbtGjkEpa3.h624 btSwap(simplex.c[0],simplex.c[1]); in Evaluate()
625 btSwap(simplex.p[0],simplex.p[1]); in Evaluate()
DbtPolyhedralContactClipping.cpp472 btSwap(pVtxIn,pVtxOut); in clipFaceAgainstHull()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h586 template<typename T> SIMD_FORCE_INLINE void btSwap(T& a, T& b) in btSwap() function
DbtConvexHull.cpp514 if(btDot(verts[p3]-verts[p0],btCross(verts[p1]-verts[p0],verts[p2]-verts[p0])) <0) {btSwap(p2,p3);} in FindSimplex()
DbtConvexHullComputer.cpp2195 btSwap(faces[i], faces[seed % faceCount]); in shrink()