Class EasingHelper

java.lang.Object
team.lodestar.lodestone.helpers.EasingHelper

public class EasingHelper extends Object
  • Constructor Details

    • EasingHelper

      public EasingHelper()
  • Method Details

    • weightedEasingLerp

      public static float weightedEasingLerp(Easing easing, float pDelta, float pStart, float pMiddle, float pEnd)
    • weightedEasingLerp

      public static float weightedEasingLerp(Easing easing, float pDelta, float pStart, float pEnd)
    • weightedEasingLerp

      public static float weightedEasingLerp(Easing easing, double pDelta, double pStart, double pEnd)