public class ExponentialEasing extends Object implements Easing
ExponentialEasing()
float
easeIn(float t, float d)
easeInOut(float t, float d)
easeOut(float t, float d)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExponentialEasing()
public float easeIn(float t, float d)
easeIn
Easing
public float easeOut(float t, float d)
easeOut
public float easeInOut(float t, float d)
easeInOut
Copyright © 2015 silverspoon.io. All rights reserved.