Searched refs:ax (Results 1 – 1 of 1) sorted by relevance
170 final float ax = -sx/5; in computePhysics() local173 mPosX += mVelX * dT + ax * dT * dT / 2; in computePhysics()176 mVelX += ax * dT; in computePhysics()