Home
last modified time | relevance | path

Searched refs:ElasticOut (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DInterpolation.java115 static public final ElasticOut elasticOut = new ElasticOut(2, 10, 7, 1);
232 static public class ElasticOut extends Elastic { class in Interpolation
233 public ElasticOut (float value, float power, int bounces, float scale) { in ElasticOut() method in Interpolation.ElasticOut