
public abstract class Bounce extends Object implements EasingFunction
EasingFunction to simulate a bounce.| Constructor and Description |
|---|
Bounce() |
| Modifier and Type | Method and Description |
|---|---|
double |
func(double n)
Returns the calculated easing of the passed in n value.
|
public double func(double n)
EasingFunctionfunc in interface EasingFunctionn - the value to be easedCopyright © 2018. All rights reserved.