Easing
public class Easing
Schlick |
Schlick's bias and gain functions curve for use in an easing function including quantize functions |
StepCurve |
This class translates a series of floating point values into a continuous curve for use in an easing function including quantize functions it is used with the "spline(0,0.3,0.3,0.5,...0.9,1)" it should start at 0 and end at one 1 |
Provide the engine for cubic spline easing
Summary
Public fields |
|
|---|---|
static String[] |
Public constructors |
|---|
Easing() |
Public methods |
|
|---|---|
double |
get(double x) |
double |
getDiff(double x) |
static Easing |
getInterpolator(String configString) |
String |
toString() |