|
| static fpreal | sine (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | pow (const fpreal input, const fpreal exponent, const CL_EasingType) |
| |
| static fpreal | quad (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | cubic (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | quart (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | quint (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | exp (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | circ (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | back (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | elastic (const fpreal input, const CL_EasingType type) |
| |
| static fpreal | bounce (const fpreal input, const CL_EasingType type) |
| |
Definition at line 30 of file CL_Easings.h.