Class StepCurve
- java.lang.Object
-
- androidx.constraintlayout.core.motion.utils.Easing
-
- androidx.constraintlayout.core.motion.utils.StepCurve
-
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
-
-
Field Summary
-
Fields inherited from class androidx.constraintlayout.core.motion.utils.Easing
NAMED_EASING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleget(double x)doublegetDiff(double x)-
Methods inherited from class androidx.constraintlayout.core.motion.utils.Easing
getInterpolator, toString
-
-