Searched refs:m_suspensionLength (Results 1 – 4 of 4) sorted by relevance
132 …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()
51 m_raycastInfo.m_suspensionLength = this->getSuspensionRestLength(); in updateWheel()
45 btScalar m_suspensionLength; member
29681 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()