Class LerpSequence
java.lang.Object
zombie.core.math.IInterpolator
zombie.core.math.interpolators.LerpSequence
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent) floatlerp(float in_alpha)
-
Field Details
-
sequenceRaw
-
-
Constructor Details
-
LerpSequence
public LerpSequence()
-
-
Method Details
-
lerp
public float lerp(float in_alpha) - Specified by:
lerpin classIInterpolator
-
afterUnmarshal
-