Class Interpolator.Context
java.lang.Object
com.ticxo.modelengine.api.utils.data.interpolator.Interpolator.Context
- Enclosing class:
- Interpolator<IN,
OUT>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prevKey
public final float prevKey -
nextKey
public final float nextKey
-
-
Constructor Details
-
Context
public Context(float prevKey, float nextKey)
-