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/ |
D | btKinematicCharacterController.java | 62 …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/ |
D | btConvexPlaneCollisionAlgorithm.cpp | 59 btConvexShape* convexShape = (btConvexShape*) convexObjWrap->getCollisionShape(); in collideSingleContact() local 103 btConvexShape* convexShape = (btConvexShape*) convexObjWrap->getCollisionShape(); in processCollision() local
|
D | btConvexConcaveCollisionAlgorithm.cpp | 168 …const btCollisionShape* convexShape = static_cast<const btCollisionShape*>(m_convexBodyWrap->getCo… in setTimeStepAndCounters() local
|
D | btCollisionWorld.cpp | 288 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/ |
D | btConvexShape.cpp | 139 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/ |
D | btRaycastCallback.cpp | 122 btTriangleConvexcastCallback::btTriangleConvexcastCallback (const btConvexShape* convexShape, const… in btTriangleConvexcastCallback()
|
D | btContinuousConvexCollision.cpp | 62 const btConvexShape* convexShape = m_convexA; in computeClosestPoints() local
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btTriangleConvexcastCallback.java | 136 …public btTriangleConvexcastCallback(btConvexShape convexShape, Matrix4 convexShapeFrom, Matrix4 co… in btTriangleConvexcastCallback()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/ |
D | btKinematicCharacterController.cpp | 135 …aticCharacterController (btPairCachingGhostObject* ghostObject,btConvexShape* convexShape,btScalar… in btKinematicCharacterController()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 4474 …ck::SwigDirector_btTriangleConvexcastCallback(JNIEnv *jenv, btConvexShape const *convexShape, btTr… in SwigDirector_btTriangleConvexcastCallback()
|