Searched refs:coeffB (Results 1 – 1 of 1) sorted by relevance
286 double coeffB = (mGammaMinus * lastDisplacement - lastVelocity) in updateValues() local289 + coeffB * Math.pow(Math.E, mGammaPlus * deltaT); in updateValues()291 + coeffB * mGammaPlus * Math.pow(Math.E, mGammaPlus * deltaT); in updateValues()295 double coeffB = lastVelocity + mNaturalFreq * lastDisplacement; in updateValues() local296 displacement = (coeffA + coeffB * deltaT) * Math.pow(Math.E, -mNaturalFreq * deltaT); in updateValues()297 currentVelocity = (coeffA + coeffB * deltaT) * Math.pow(Math.E, -mNaturalFreq * deltaT) in updateValues()298 * (-mNaturalFreq) + coeffB * Math.pow(Math.E, -mNaturalFreq * deltaT); in updateValues()