Home
last modified time | relevance | path

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

/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dcar.h130 float m_cwA, m_RotationDamping; variable
H A Dcar.cpp74 m_cwA = cfile.getValue("body", "cwa").toFloat(); in load()
754 addForce(-m_cwA * m_Velocity.abs() * m_Velocity); in simulateGeneral()