Home
last modified time | relevance | path

Searched refs:m_suspensionLength (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.cpp132 …nfo.m_hardPointWS + wheel.m_raycastInfo.m_wheelDirectionWS * wheel.m_raycastInfo.m_suspensionLength in updateWheelTransform()
143 wheel.m_raycastInfo.m_suspensionLength = wheel.getSuspensionRestLength(); in resetSuspension()
203 wheel.m_raycastInfo.m_suspensionLength = hitDistance - wheel.m_wheelsRadius; in rayCast()
208 if (wheel.m_raycastInfo.m_suspensionLength < minSuspensionLength) in rayCast()
210 wheel.m_raycastInfo.m_suspensionLength = minSuspensionLength; in rayCast()
212 if (wheel.m_raycastInfo.m_suspensionLength > maxSuspensionLength) in rayCast()
214 wheel.m_raycastInfo.m_suspensionLength = maxSuspensionLength; in rayCast()
243 wheel.m_raycastInfo.m_suspensionLength = wheel.getSuspensionRestLength(); in rayCast()
428 btScalar current_length = wheel_info.m_raycastInfo.m_suspensionLength; in updateSuspension()
DbtWheelInfo.cpp51 m_raycastInfo.m_suspensionLength = this->getSuspensionRestLength(); in updateWheel()
DbtWheelInfo.h45 btScalar m_suspensionLength; member
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp29681 if (arg1) (arg1)->m_suspensionLength = arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1suspensionLength_1set()
29694 result = (btScalar) ((arg1)->m_suspensionLength); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1suspensionLength_1get()