Home
last modified time | relevance | path

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

/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DTrack.cpp287 double rotChange1 = (c2->rotationVelocity - c1->rotationVelocity) * 0.5; in update() local
290 …c1->rotationVelocity = friction * (rotChange2 - rotChange1) + (1.0 - friction) * c1->rotationVeloc… in update()
291 …c2->rotationVelocity = friction * (rotChange2 + rotChange1) + (1.0 - friction) * c2->rotationVeloc… in update()