Home | History | Annotate | Download | only in input

Lines Matching defs:lerp

62 inline static float lerp(float a, float b, float alpha) {
771 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
773 lerp(currentCoords.getY(), otherCoords.getY(), alpha));