Home
last modified time | relevance | path

Searched defs:new_torque (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Doferrari.cpp1055 int16_t new_torque = torque_lookup[torque_index]; in move() local
1365 int32_t OFerrari::get_speed_inc_value(uint16_t new_torque, uint32_t new_rev) in get_speed_inc_value()
1392 int32_t OFerrari::get_speed_dec_value(uint16_t new_torque) in get_speed_dec_value()
1471 void OFerrari::convert_revs_speed(int32_t new_torque, int32_t &d2) in convert_revs_speed()
/dports/games/vamos/vamos-0.7.1/body/
H A DParticle.h130 void set_torque (const Vamos_Geometry::Three_Vector& new_torque) in set_torque()