Truncating sequence interpolation strategy. More...
#include <Strategy.h>
Public Member Functions | |
void | push (T va) |
Push a new value onto sequence. | |
void | set (T va) |
Set sequence history to value. | |
T | val () const |
Get current sequence value. | |
void | val (const T &va) |
Set current sequence value. | |
Public Attributes | |
T | v [N] |
Value buffer, 0 is newest, N-1 is oldest. |
Truncating sequence interpolation strategy.