public class SineEasing extends Object implements Easing
SineEasing()
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 SineEasing()
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.