|
Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
#include "Key.h"#include "Interpolators/IInterpolator.h"#include "Interpolators/DefaultInterpolators.h"#include <vector>#include <algorithm>#include <assert.h>Go to the source code of this file.
Classes | |
| struct | KeySet< KeyType > |
| Set of animation keys and interpolators. More... | |
Functions | |
| template<typename KeyType , template< typename KeyType > class InterpolatorType> | |
| UPtr< const IInterpolator< KeyType > > | CastConst (UPtr< InterpolatorType< KeyType > > &interpolator) |
Variables | |
| const TimeType | epsilon |
1.8.9.1