Constant step interpolation of keyframes (ignores tangents) More...
#include <MultiWidgets/Interpolation.hpp>
Static Public Member Functions | |
| static T | interpolate (float time, const KeyFrame< T > &a, const KeyFrame< T > &b) |
| Interpolates between two keyframes using the specified time. More... | |
Constant step interpolation of keyframes (ignores tangents)
|
inlinestatic |
Interpolates between two keyframes using the specified time.
| time | interpolating parameter |
| a | first keyframe |
| b | second keyframe |