Package gaia.cu9.ari.gaiaorbit.util.math
Class Interpolationd.ExpOut
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.math.Interpolationd
-
- gaia.cu9.ari.gaiaorbit.util.math.Interpolationd.Exp
-
- gaia.cu9.ari.gaiaorbit.util.math.Interpolationd.ExpOut
-
- Enclosing class:
- Interpolationd
public static class Interpolationd.ExpOut extends Interpolationd.Exp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gaia.cu9.ari.gaiaorbit.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 gaia.cu9.ari.gaiaorbit.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 Constructor Description ExpOut(double value, double power)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
apply(double a)
-
Methods inherited from class gaia.cu9.ari.gaiaorbit.util.math.Interpolationd
apply
-
-
-
-
Method Detail
-
apply
public double apply(double a)
- Overrides:
apply
in classInterpolationd.Exp
- Parameters:
a
- Alpha value between 0 and 1.
-
-