Uses of Enum Class
ua.mcchickenstudio.opencreative.utils.millennium.math.Interpolation.Type
Packages that use Interpolation.Type
-
Uses of Interpolation.Type in ua.mcchickenstudio.opencreative.utils.millennium.math
Subclasses with type arguments of type Interpolation.Type in ua.mcchickenstudio.opencreative.utils.millennium.mathMethods in ua.mcchickenstudio.opencreative.utils.millennium.math that return Interpolation.TypeModifier and TypeMethodDescriptionstatic Interpolation.TypeReturns the enum constant of this class with the specified name.static Interpolation.Type[]Interpolation.Type.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.TypeModifier and TypeMethodDescriptionstatic doubleInterpolation.interpolate(double from, double to, double percent, Interpolation.Type type, Interpolation.Ease ease)