Package team.lodestar.lodestone.helpers
Class EasingHelper
java.lang.Object
team.lodestar.lodestone.helpers.EasingHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatweightedEasingLerp(Easing easing, double pDelta, double pStart, double pEnd) static floatweightedEasingLerp(Easing easing, float pDelta, float pStart, float pEnd) static floatweightedEasingLerp(Easing easing, float pDelta, float pStart, float pMiddle, float pEnd)
-
Constructor Details
-
EasingHelper
public EasingHelper()
-
-
Method Details
-
weightedEasingLerp
public static float weightedEasingLerp(Easing easing, float pDelta, float pStart, float pMiddle, float pEnd) -
weightedEasingLerp
-
weightedEasingLerp
-