Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.cpp189 wheel.m_raycastInfo.m_groundObject = 0; in rayCast()
198 …wheel.m_raycastInfo.m_groundObject = &getFixedBody();///@todo for driving on dynamic/movable objec… in rayCast()
547 class btRigidBody* groundObject = (class btRigidBody*) wheelInfo.m_raycastInfo.m_groundObject; in updateFriction()
562 class btRigidBody* groundObject = (class btRigidBody*) wheelInfo.m_raycastInfo.m_groundObject; in updateFriction()
604 class btRigidBody* groundObject = (class btRigidBody*) wheelInfo.m_raycastInfo.m_groundObject; in updateFriction()
693 …s btRigidBody* groundObject = (class btRigidBody*) m_wheelInfo[wheel].m_raycastInfo.m_groundObject; in updateFriction()
DbtWheelInfo.h50 void* m_groundObject; //could be general void* ptr member
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp29824 if (arg1) (arg1)->m_groundObject = arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1groundObject_1set()
29837 result = (void *) ((arg1)->m_groundObject); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1groundObject_1get()