Home
last modified time | relevance | path

Searched refs:otherObj (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
DClosestNotMeConvexResultCallback.cpp39 btCollisionObject* otherObj = (btCollisionObject*) proxy0->m_clientObject; in needsCollision() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCompoundCollisionAlgorithm.cpp332 btCollisionObject* otherObj = m_isSwapped? body0 : body1; in calculateTimeOfImpact() local
364 …frac = m_childCollisionAlgorithms[i]->calculateTimeOfImpact(colObj,otherObj,dispatchInfo,resultOut… in calculateTimeOfImpact()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtDiscreteDynamicsWorld.cpp844 btCollisionObject* otherObj = (btCollisionObject*) proxy0->m_clientObject; in needsCollision() local
847 if (m_dispatcher->needsResponse(m_me,otherObj)) in needsCollision()
927 btCollisionObject* otherObj = (btCollisionObject*) proxy0->m_clientObject; in createPredictiveContacts() local
928 if (!otherObj->isStaticOrKinematicObject()) in createPredictiveContacts()
1013 btCollisionObject* otherObj = (btCollisionObject*) proxy0->m_clientObject; in integrateTransforms() local
1014 if (!otherObj->isStaticOrKinematicObject()) in integrateTransforms()