Searched defs:otherProxy (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btPairCachingGhostObject.java | 65 …public void addOverlappingObjectInternal(btBroadphaseProxy otherProxy, btBroadphaseProxy thisProxy… in addOverlappingObjectInternal() 69 public void addOverlappingObjectInternal(btBroadphaseProxy otherProxy) { in addOverlappingObjectInternal() 73 …public void removeOverlappingObjectInternal(btBroadphaseProxy otherProxy, btDispatcher dispatcher,… in removeOverlappingObjectInternal() 77 …public void removeOverlappingObjectInternal(btBroadphaseProxy otherProxy, btDispatcher dispatcher)… in removeOverlappingObjectInternal()
|
D | btGhostObject.java | 77 …public void addOverlappingObjectInternal(btBroadphaseProxy otherProxy, btBroadphaseProxy thisProxy… in addOverlappingObjectInternal() 81 public void addOverlappingObjectInternal(btBroadphaseProxy otherProxy) { in addOverlappingObjectInternal() 85 …public void removeOverlappingObjectInternal(btBroadphaseProxy otherProxy, btDispatcher dispatcher,… in removeOverlappingObjectInternal() 89 …public void removeOverlappingObjectInternal(btBroadphaseProxy otherProxy, btDispatcher dispatcher)… in removeOverlappingObjectInternal()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btGhostObject.cpp | 33 void btGhostObject::addOverlappingObjectInternal(btBroadphaseProxy* otherProxy,btBroadphaseProxy* t… in addOverlappingObjectInternal() 46 void btGhostObject::removeOverlappingObjectInternal(btBroadphaseProxy* otherProxy,btDispatcher* dis… in removeOverlappingObjectInternal() 70 void btPairCachingGhostObject::addOverlappingObjectInternal(btBroadphaseProxy* otherProxy,btBroadph… in addOverlappingObjectInternal() 85 void btPairCachingGhostObject::removeOverlappingObjectInternal(btBroadphaseProxy* otherProxy,btDisp… in removeOverlappingObjectInternal()
|