#include <interp.h>
Inheritance diagram for GltInterpolator:


Public Methods | |
| void | start (const double duration, const bool loop=false) |
| Start in real-time mode. | |
| void | start (const bool loop=false) |
| Start in per-frame mode. | |
| void | stop () |
| Stop the interpolator. | |
| void | restart (void) |
| Restart the interpolator. | |
Definition at line 46 of file interp.h.
1.2.18