#include <AnimationEquations.h>
|
| static PValue | easeLinear (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeInQuad (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeInCubic (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeInQuat (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeInGeneric (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeOutQuad (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeOutCubic (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeOutQuat (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| static PValue | easeOutGeneric (PValue time, PValue initial, PValue final, PValue duration, PValue strength) |
| |
| Enumerator |
|---|
| EaseLinear |
|
| EaseIn |
|
| EaseOut |
|
| EaseInOut |
|
The documentation for this class was generated from the following file: