Searched refs:coefficient (Results 1 – 3 of 3) sorted by relevance
77 interpolateFloats(Float coefficient, Float oldValue, Float newValue) { in interpolateFloats() argument78 return oldValue + (newValue - oldValue) * coefficient; in interpolateFloats()
91 interpolateFloats(Float coefficient, Float oldValue, Float newValue) { in interpolateFloats() argument92 return oldValue + (newValue - oldValue) * coefficient; in interpolateFloats()