Class LerpSequence

java.lang.Object
zombie.core.math.IInterpolator
zombie.core.math.interpolators.LerpSequence

public class LerpSequence extends IInterpolator
  • Field Details

  • Constructor Details

    • LerpSequence

      public LerpSequence()
  • Method Details

    • lerp

      public float lerp(float float0)
      Specified by:
      lerp in class IInterpolator
    • afterUnmarshal

      public void afterUnmarshal(javax.xml.bind.Unmarshaller var1, Object var2)