Uses of Enum Class
ua.mcchickenstudio.opencreative.utils.millennium.math.Interpolation.Ease
Packages that use Interpolation.Ease
-
Uses of Interpolation.Ease in ua.mcchickenstudio.opencreative.utils.millennium.math
Subclasses with type arguments of type Interpolation.Ease in ua.mcchickenstudio.opencreative.utils.millennium.mathMethods in ua.mcchickenstudio.opencreative.utils.millennium.math that return Interpolation.EaseModifier and TypeMethodDescriptionstatic Interpolation.EaseReturns the enum constant of this class with the specified name.static Interpolation.Ease[]Interpolation.Ease.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ua.mcchickenstudio.opencreative.utils.millennium.math with parameters of type Interpolation.EaseModifier and TypeMethodDescriptionstatic doubleInterpolation.backInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.bounceInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.circInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.cubicInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.elasticInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.expoInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.interpolate(double from, double to, double percent, Interpolation.Type type, Interpolation.Ease ease) static doubleInterpolation.quadInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.quartInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.quintInterpolation(double from, double to, double percent, Interpolation.Ease ease) static doubleInterpolation.sineInterpolation(double from, double to, double percent, Interpolation.Ease ease)