Class LerpLinear
java.lang.Object
zombie.core.math.IInterpolator
zombie.core.math.interpolators.LerpLinear
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instance
-
startValue
public float startValue -
endValue
public float endValue
-
-
Constructor Details
-
LerpLinear
public LerpLinear()
-
-
Method Details
-
lerp
public float lerp(float float0) - Specified by:
lerp
in classIInterpolator
-