Interface LerpFunction<T>
public interface LerpFunction<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic LerpFunction<Integer> ofColor()static <T> LerpFunction<T> static LerpFunction<Float> ofDegrees(float maxDelta) static LerpFunction<Float> ofFloat()static <T> LerpFunction<T> ofStep(float threshold)
-
Method Details
-
ofFloat
-
ofDegrees
-
ofConstant
-
ofStep
-
ofColor
-
apply
-