Home | History | Annotate | Download | only in input

Lines Matching defs:lerp

63 inline static float lerp(float a, float b, float alpha) {
772 lerp(currentCoords.getX(), otherCoords.getX(), alpha));
774 lerp(currentCoords.getY(), otherCoords.getY(), alpha));