|
| static real32 | ease_in (real32 t, real32 b, real32 c, real32 d) |
| static real32 | ease_out (real32 t, real32 b, real32 c, real32 d) |
| static real32 | ease_in_out (real32 t, real32 b, real32 c, real32 d) |
Definition at line 209 of file ActionTimingCurves.hpp.
◆ ease_in()
| real32 nom::Back::ease_in |
( |
real32 | t, |
|
|
real32 | b, |
|
|
real32 | c, |
|
|
real32 | d ) |
|
static |
- Parameters
-
| t | The elapsed time. |
| b | The initial value to interpolate from. |
| c | The total change in value over time. |
| d | The total duration in time. |
◆ ease_in_out()
| real32 nom::Back::ease_in_out |
( |
real32 | t, |
|
|
real32 | b, |
|
|
real32 | c, |
|
|
real32 | d ) |
|
static |
- Parameters
-
| t | The elapsed time. |
| b | The initial value to interpolate from. |
| c | The total change in value over time. |
| d | The total duration in time. |
◆ ease_out()
| real32 nom::Back::ease_out |
( |
real32 | t, |
|
|
real32 | b, |
|
|
real32 | c, |
|
|
real32 | d ) |
|
static |
- Parameters
-
| t | The elapsed time. |
| b | The initial value to interpolate from. |
| c | The total change in value over time. |
| d | The total duration in time. |
The documentation for this struct was generated from the following file: