Searched refs:GetLockUpTorque (Results 1 – 3 of 3) sorted by relevance
126 Dbl GetLockUpTorque(const Dbl dt) const { return rotation.GetLockUpTorque(dt)[1]; } in GetLockUpTorque() function
166 const MATHVECTOR<Dbl,3> GetLockUpTorque(const Dbl dt) const in GetLockUpTorque() function
226 Dbl lock_up_torque = wheel.GetLockUpTorque(dt) - wheel_torque; // torque needed to lock the wheel in ApplyWheelTorque()241 brake.WillLock(true); wheel_torque = wheel.GetLockUpTorque(dt); in ApplyWheelTorque()