Package gaiasky.util.math
Class InterpolationDouble.PowIn
java.lang.Object
gaiasky.util.math.InterpolationDouble
gaiasky.util.math.InterpolationDouble.Pow
gaiasky.util.math.InterpolationDouble.PowIn
- Enclosing class:
- InterpolationDouble
-
Nested Class Summary
Nested classes/interfaces inherited from class gaiasky.util.math.InterpolationDouble
InterpolationDouble.Bounce, InterpolationDouble.BounceIn, InterpolationDouble.BounceOut, InterpolationDouble.Elastic, InterpolationDouble.ElasticIn, InterpolationDouble.ElasticOut, InterpolationDouble.Exp, InterpolationDouble.ExpIn, InterpolationDouble.ExpOut, InterpolationDouble.Pow, InterpolationDouble.PowIn, InterpolationDouble.PowOut, InterpolationDouble.Swing, InterpolationDouble.SwingIn, InterpolationDouble.SwingOut
-
Field Summary
Fields inherited from class gaiasky.util.math.InterpolationDouble
bounce, bounceIn, bounceOut, circle, circleIn, circleOut, elastic, elasticIn, elasticOut, exp10, exp10In, exp10Out, exp5, exp5In, exp5Out, fade, fastSlow, linear, pow2, pow2In, pow2InInverse, pow2Out, pow2OutInverse, pow3, pow3In, pow3InInverse, pow3Out, pow3OutInverse, pow4, pow4In, pow4Out, pow5, pow5In, pow5Out, sine, sineIn, sineOut, slowFast, smooth, smooth2, smoother, swing, swingIn, swingOut
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.math.InterpolationDouble
apply
-
Constructor Details
-
PowIn
public PowIn(int power)
-
-
Method Details
-
apply
public double apply(double a) - Overrides:
apply
in classInterpolationDouble.Pow
- Parameters:
a
- Alpha value between 0 and 1.
-