

Public Member Functions | |
| PowerTimingFunction (uint32_t length, float factor) | |
| uint32_t | getLength () const |
| bool | isDone (uint32_t milliseconds) |
Protected Member Functions | |
| float | getPosition (uint32_t milliseconds) |
Protected Attributes | |
| float | factor |
| uint32_t | length |
| PowerTimingFunction | ( | uint32_t | length, | |
| float | factor | |||
| ) |
| uint32_t getLength | ( | ) | const [inline, inherited] |
| float getPosition | ( | uint32_t | milliseconds | ) | [protected, virtual] |
Implements ITimingFunction.
| bool isDone | ( | uint32_t | milliseconds | ) | [inline, virtual, inherited] |
Implements ITimingFunction.
float factor [protected] |
uint32_t length [protected, inherited] |
1.6.1