| java.lang.Object | |
| ↳ | casmi.tween.equations.SinusoidalInOut |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Computes the next value of the interpolation.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
casmi.tween.TweenEquation
| |||||||||||
Computes the next value of the interpolation.
| t | Current time, in seconds. |
|---|---|
| b | Initial value. |
| c | Offset to the initial value. |
| d | Total duration, in seconds. |