Home
last modified time | relevance | path

Searched defs:convexShape (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtKinematicCharacterController.java62 …ematicCharacterController(btPairCachingGhostObject ghostObject, btConvexShape convexShape, float s… in btKinematicCharacterController()
63 …ngGhostObject.getCPtr(ghostObject), ghostObject, btConvexShape.getCPtr(convexShape), convexShape, … in btKinematicCharacterController() local
66 …ematicCharacterController(btPairCachingGhostObject ghostObject, btConvexShape convexShape, float s… in btKinematicCharacterController()
67 …ngGhostObject.getCPtr(ghostObject), ghostObject, btConvexShape.getCPtr(convexShape), convexShape, … in btKinematicCharacterController() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtConvexPlaneCollisionAlgorithm.cpp59 btConvexShape* convexShape = (btConvexShape*) convexObjWrap->getCollisionShape(); in collideSingleContact() local
103 btConvexShape* convexShape = (btConvexShape*) convexObjWrap->getCollisionShape(); in processCollision() local
DbtConvexConcaveCollisionAlgorithm.cpp168 …const btCollisionShape* convexShape = static_cast<const btCollisionShape*>(m_convexBodyWrap->getCo… in setTimeStepAndCounters() local
DbtCollisionWorld.cpp288 btConvexShape* convexShape = (btConvexShape*) collisionShape; in rayTestSingleInternal() local
596 btConvexShape* convexShape = (btConvexShape*) collisionShape; in objectQuerySingleInternal() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexShape.cpp139 btBoxShape* convexShape = (btBoxShape*)this; in localGetSupportVertexWithoutMarginNonVirtual() local
331 btBoxShape* convexShape = (btBoxShape*)this; in getMarginNonVirtual() local
393 btBoxShape* convexShape = (btBoxShape*)this; in getAabbNonVirtual() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtRaycastCallback.cpp122 btTriangleConvexcastCallback::btTriangleConvexcastCallback (const btConvexShape* convexShape, const… in btTriangleConvexcastCallback()
DbtContinuousConvexCollision.cpp62 const btConvexShape* convexShape = m_convexA; in computeClosestPoints() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtTriangleConvexcastCallback.java136 …public btTriangleConvexcastCallback(btConvexShape convexShape, Matrix4 convexShapeFrom, Matrix4 co… in btTriangleConvexcastCallback()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
DbtKinematicCharacterController.cpp135 …aticCharacterController (btPairCachingGhostObject* ghostObject,btConvexShape* convexShape,btScalar… in btKinematicCharacterController()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp4474 …ck::SwigDirector_btTriangleConvexcastCallback(JNIEnv *jenv, btConvexShape const *convexShape, btTr… in SwigDirector_btTriangleConvexcastCallback()