Sleeping Wombat GUI
0.100
swGUI
|
#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 |
UPtr< const IInterpolator< KeyType > > CastConst | ( | UPtr< InterpolatorType< KeyType > > & | interpolator | ) |
const TimeType epsilon |