Searched refs:m_deltaRotation (Results 1 – 4 of 4) sorted by relevance
70 btScalar m_deltaRotation; member102 m_deltaRotation = btScalar(0.); in btWheelInfo()
350 wheel.m_deltaRotation = (proj2 * step) / (wheel.m_wheelsRadius); in updateVehicle()351 wheel.m_rotation += wheel.m_deltaRotation; in updateVehicle()355 wheel.m_rotation += wheel.m_deltaRotation; in updateVehicle()358 wheel.m_deltaRotation *= btScalar(0.99);//damping of rotation when not in contact in updateVehicle()
158 return vehicle->getWheelInfo(wheelIndex).m_deltaRotation; in Java_com_jme3_bullet_objects_VehicleWheel_getDeltaRotation()
30286 if (arg1) (arg1)->m_deltaRotation = arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1deltaRotation_1set()30299 result = (btScalar) ((arg1)->m_deltaRotation); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1deltaRotation_1get()