Home
last modified time | relevance | path

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

/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dcar.cpp870 float halfwthr = m_Wheel[3].m_NeutralPos.x; in doSteering() local
883 m_Wheel[2].m_DesiredSt = -atanf(yr / (radius + halfwthr)); in doSteering()
884 m_Wheel[3].m_DesiredSt = -atanf(yr / (radius - halfwthr)); in doSteering()