Searched refs:m_convexShape (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/ |
D | btKinematicCharacterController.cpp | 144 m_convexShape=convexShape; in btKinematicCharacterController() 181 m_convexShape->getAabb(m_ghostObject->getWorldTransform(), minAabb,maxAabb); in recoverFromPenetration() 255 …start.setOrigin (m_currentPosition + getUpAxisDirections()[m_upAxis] * (m_convexShape->getMargin()… in stepUp() 264 …m_ghostObject->convexSweepTest (m_convexShape, start, end, callback, world->getDispatchInfo().m_al… in stepUp() 268 world->convexSweepTest (m_convexShape, start, end, callback); in stepUp() 364 btScalar margin = m_convexShape->getMargin(); in stepForwardAndStrafe() 365 m_convexShape->setMargin(margin + m_addedMargin); in stepForwardAndStrafe() 370 …m_ghostObject->convexSweepTest (m_convexShape, start, end, callback, collisionWorld->getDispatchIn… in stepForwardAndStrafe() 373 …collisionWorld->convexSweepTest (m_convexShape, start, end, callback, collisionWorld->getDispatchI… in stepForwardAndStrafe() 376 m_convexShape->setMargin(margin); in stepForwardAndStrafe() [all …]
|
D | btKinematicCharacterController.h | 44 …btConvexShape* m_convexShape;//is also in m_ghostObject, but it needs to be convex, so we store it… in ATTRIBUTE_ALIGNED16() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btRaycastCallback.cpp | 124 m_convexShape = convexShape; in btTriangleConvexcastCallback() 145 btSubsimplexConvexCast convexCaster(m_convexShape, &triangleShape, &simplexSolver); in processTriangle() 148 …btContinuousConvexCollision convexCaster(m_convexShape,&triangleShape,&simplexSolver,&gjkEpaPenetr… in processTriangle()
|
D | btRaycastCallback.h | 58 const btConvexShape* m_convexShape;
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 42356 if (arg1) (arg1)->m_convexShape = (btConvexShape const *)arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btTriangleConvexcastCallback_1convexShape_1set() 42369 result = (btConvexShape *) ((arg1)->m_convexShape); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btTriangleConvexcastCallback_1convexShape_1get()
|