Interface LerpFunction<T>
public interface LerpFunction<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LerpFunction<Integer> ofColor()static LerpFunction<Vector3fc> static LerpFunction<Vector4fc> static <T> LerpFunction<T> static LerpFunction<Float> ofDegrees(float maxDelta) static LerpFunction<Float> ofFloat()static LerpFunction<Integer> static <T> LerpFunction<List<T>> ofListCrossFade(LerpFunction.AlphaScaler<T> scaler) static <T> LerpFunction<T> ofStep(float threshold)
-
Field Details
-
CONSTANT
-
-
Method Details
-
ofFloat
-
ofInteger
-
ofDegrees
-
ofConstant
-
ofStep
-
ofColor
-
ofColorVec3
-
ofColorVec4
-
ofListCrossFade
-
apply
-