Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dcarwheel.h126 Dbl GetLockUpTorque(const Dbl dt) const { return rotation.GetLockUpTorque(dt)[1]; } in GetLockUpTorque() function
H A Drotationalframe.h166 const MATHVECTOR<Dbl,3> GetLockUpTorque(const Dbl dt) const in GetLockUpTorque() function
H A Dcardynamics_simulate.cpp226 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()