class StepCurve : 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 functions

Double
get(x: Double)
Double

Inherited functions

From androidx.constraintlayout.core.motion.utils.Easing
java-static Easing!
getInterpolator(configString: String!)
String!

Public functions

get

fun get(x: Double): Double

getDiff

fun getDiff(x: Double): Double