public class StepCurve extends Easing


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

Summary

Public methods

double
get(double x)
double
getDiff(double x)

Public methods

get

public double get(double x)

getDiff

public double getDiff(double x)