public class EaseKt
| Modifier and Type | Method and Description |
|---|---|
static double |
circleIn(double t) |
static double |
circleOut(double t) |
static double |
cubicIn(double x) |
static double |
cubicInOut(double t) |
static double |
cubicOut(double t) |
static kotlin.jvm.functions.Function1<java.lang.Double,java.lang.Double> |
poly(double e) |
static double |
quad(double x) |
static double |
sin(double x) |
public static double quad(double x)
public static double cubicIn(double x)
public static double cubicOut(double t)
public static double cubicInOut(double t)
public static double sin(double x)
public static kotlin.jvm.functions.Function1<java.lang.Double,java.lang.Double> poly(double e)
public static double circleIn(double t)
public static double circleOut(double t)