Package gaiasky.util.math
Class Interpolationd.BounceOut
java.lang.Object
gaiasky.util.math.Interpolationd
gaiasky.util.math.Interpolationd.BounceOut
- Direct Known Subclasses:
Interpolationd.Bounce
,Interpolationd.BounceIn
- Enclosing class:
Interpolationd
-
Nested Class Summary
Nested classes/interfaces inherited from class gaiasky.util.math.Interpolationd
Interpolationd.Bounce, Interpolationd.BounceIn, Interpolationd.BounceOut, Interpolationd.Elastic, Interpolationd.ElasticIn, Interpolationd.ElasticOut, Interpolationd.Exp, Interpolationd.ExpIn, Interpolationd.ExpOut, Interpolationd.Pow, Interpolationd.PowIn, Interpolationd.PowOut, Interpolationd.Swing, Interpolationd.SwingIn, Interpolationd.SwingOut
-
Field Summary
Fields inherited from class gaiasky.util.math.Interpolationd
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
Constructors -
Method Summary
Methods inherited from class gaiasky.util.math.Interpolationd
apply
-
Constructor Details
-
BounceOut
public BounceOut(double[] widths, double[] heights) -
BounceOut
public BounceOut(int bounces)
-
-
Method Details
-
apply
public double apply(double a) - Specified by:
apply
in classInterpolationd
- Parameters:
a
- Alpha value between 0 and 1.
-