Interface Vec.Interpolation
- Enclosing class:
Vec
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Vec.InterpolationDeprecated, for removal: This API element is subject to removal in a future version.static final Vec.InterpolationDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondoubleapply(double alpha) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
LINEAR
Deprecated, for removal: This API element is subject to removal in a future version. -
SMOOTH
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
apply
double apply(double alpha) Deprecated, for removal: This API element is subject to removal in a future version.
-
EaseFunctioninstead withVec.lerp(Point, double)