libgdx API

Uses of Package
com.badlogic.gdx.scenes.scene2d.interpolators

Packages that use com.badlogic.gdx.scenes.scene2d.interpolators
com.badlogic.gdx.scenes.scene2d.interpolators   
 

Classes in com.badlogic.gdx.scenes.scene2d.interpolators used by com.badlogic.gdx.scenes.scene2d.interpolators
AccelerateDecelerateInterpolator
          An interpolator where the rate of change starts out slowly, grows over time and ends slowly.
AccelerateInterpolator
          An interpolator where the rate of change starts out slowly and then accelerates over time.
AnticipateInterpolator
          An Interpolator where the changes start backwards and than spring forward as the time progresses.
DecelerateInterpolator
          An interpolator where the rate of change starts out fast and then decelerates over time.
LinearInterpolator
          A very simple Interpolator which provides a linear progression by just returning the current input.
OvershootInterpolator
          An interpolator where the change overshoots the target and springs back to the target position.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)