@FunctionalInterface
public static interface LerpedFloat.Chaser
| Modifier and Type | Field and Description |
|---|---|
static LerpedFloat.Chaser |
EXP |
static LerpedFloat.Chaser |
IDLE |
static LerpedFloat.Chaser |
LINEAR |
| Modifier and Type | Method and Description |
|---|---|
float |
chase(double current,
double speed,
double target) |
static LerpedFloat.Chaser |
exp(double maxEffectiveSpeed) |
static final LerpedFloat.Chaser IDLE
static final LerpedFloat.Chaser EXP
static final LerpedFloat.Chaser LINEAR
static LerpedFloat.Chaser exp(double maxEffectiveSpeed)
float chase(double current,
double speed,
double target)