Interface LerpedFloat.Chaser
- Enclosing class:
- LerpedFloat
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic LerpedFloat.Chaserstatic LerpedFloat.Chaserstatic LerpedFloat.Chaser -
Method Summary
Modifier and TypeMethodDescriptionfloatchase(double current, double speed, double target)static LerpedFloat.Chaserexp(double maxEffectiveSpeed)
-
Field Details
-
IDLE
-
EXP
-
LINEAR
-
-
Method Details
-
exp
-
chase
float chase(double current, double speed, double target)
-