Home
last modified time | relevance | path

Searched defs:ElasticIn (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DInterpolation.java221 static public class ElasticIn extends Elastic { class in Interpolation
222 public ElasticIn (float value, float power, int bounces, float scale) { in ElasticIn() method in Interpolation.ElasticIn