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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btManifoldResult.h 99 SIMD_FORCE_INLINE void refreshContactPoints()
109 m_manifoldPtr->refreshContactPoints(m_body1Wrap->getCollisionObject()->getWorldTransform(),m_body0Wrap->getCollisionObject()->getWorldTransform());
112 m_manifoldPtr->refreshContactPoints(m_body0Wrap->getCollisionObject()->getWorldTransform(),m_body1Wrap->getCollisionObject()->getWorldTransform());
btSphereSphereCollisionAlgorithm.cpp 68 resultOut->refreshContactPoints();
92 resultOut->refreshContactPoints();
btBoxBoxCollisionAlgorithm.cpp 71 // refreshContactPoints is only necessary when using persistent contact points. otherwise all points are newly added
74 resultOut->refreshContactPoints();
btSphereTriangleCollisionAlgorithm.cpp 71 resultOut->refreshContactPoints();
btConvex2dConvex2dAlgorithm.cpp 147 resultOut->refreshContactPoints();
btConvexConvexAlgorithm.cpp 331 resultOut->refreshContactPoints();
513 resultOut->refreshContactPoints();
578 resultOut->refreshContactPoints();
681 resultOut->refreshContactPoints();
btConvexPlaneCollisionAlgorithm.cpp 160 resultOut->refreshContactPoints();
btSphereBoxCollisionAlgorithm.cpp 83 resultOut->refreshContactPoints();
btCompoundCollisionAlgorithm.cpp 258 resultOut->refreshContactPoints();
btConvexConcaveCollisionAlgorithm.cpp 210 resultOut->refreshContactPoints();
btBox2dBox2dCollisionAlgorithm.cpp 69 // refreshContactPoints is only necessary when using persistent contact points. otherwise all points are newly added
72 resultOut->refreshContactPoints();
btCompoundCompoundCollisionAlgorithm.cpp 328 resultOut->refreshContactPoints();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btManifoldResult.java 78 public void refreshContactPoints() {
btPersistentManifold.java 161 public void refreshContactPoints(Matrix4 trA, Matrix4 trB) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPersistentManifold.h 231 void refreshContactPoints( const btTransform& trA,const btTransform& trB);
btPersistentManifold.cpp 249 void btPersistentManifold::refreshContactPoints(const btTransform& trA,const btTransform& trB)
253 printf("refreshContactPoints posA = (%f,%f,%f) posB = (%f,%f,%f)\n",

Completed in 117 milliseconds