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 constructors

Public functions

Double
get(x: Double)
Double
java-static Easing!
getInterpolator(configString: String!)
String!

Public properties

java-static Array<String!>!

Public constructors

Easing

Added in 1.1.0-alpha13
Easing()

Public functions

get

Added in 1.1.0-alpha13
fun get(x: Double): Double

getDiff

Added in 1.1.0-alpha13
fun getDiff(x: Double): Double

getInterpolator

Added in 1.1.0-alpha13
java-static fun getInterpolator(configString: String!): Easing!

toString

fun toString(): String!

Public properties

NAMED_EASING

Added in 1.1.0-alpha13
java-static val NAMED_EASINGArray<String!>!