|
Rumba C++ SDK
|
A monotone slice of time wrapping. More...
#include <AnimCurve.h>
Public Types | |
| using | WrapFunc = std::function< std::pair< float, float >(float)> |
Public Member Functions | |
| WrapSlice (float start, float end, const WrapFunc &time_wrap_func) | |
Public Attributes | |
| float | start |
| The start time in the original animation. More... | |
| float | end |
| The end time in the original animation. More... | |
| WrapFunc | time_wrap_func |
| The time wrap functor, for an original animation time, return the new animation time. More... | |
A monotone slice of time wrapping.
| using maquina::WrapSlice::WrapFunc = std::function<std::pair<float,float>(float)> |
|
inline |
| float maquina::WrapSlice::end |
The end time in the original animation.
| float maquina::WrapSlice::start |
The start time in the original animation.
| WrapFunc maquina::WrapSlice::time_wrap_func |
The time wrap functor, for an original animation time, return the new animation time.