public class Easing

Known direct subclasses
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

Public methods

double
get(double x)
double
getDiff(double x)
static Easing
getInterpolator(String configString)
String

Public fields

NAMED_EASING

Added in 1.1.0-alpha13
public static String[] NAMED_EASING

Public constructors

Easing

Added in 1.1.0-alpha13
public Easing()

Public methods

get

Added in 1.1.0-alpha13
public double get(double x)

getDiff

Added in 1.1.0-alpha13
public double getDiff(double x)

getInterpolator

Added in 1.1.0-alpha13
public static Easing getInterpolator(String configString)

toString

public String toString()