![]() |
Cinder
0.9.1
|
#include "cinder/Cinder.h"
#include "cinder/TimelineItem.h"
#include "cinder/CinderMath.h"
#include "cinder/Easing.h"
#include "cinder/Quaternion.h"
#include <list>
Classes | |
class | cinder::Tween< T > |
class | cinder::Anim< T > |
class | cinder::TweenBase |
class | cinder::TweenBase::Options |
class | cinder::TweenRef< T > |
class | cinder::Tween< T > |
class | cinder::Tween< T >::Options |
class | cinder::FnTween< T > |
class | cinder::FnTweenRef< T > |
class | cinder::AnimBase |
class | cinder::Anim< T > |
Namespaces | |
cinder | |
Typedefs | |
typedef std::function< float(float)> | cinder::EaseFn |
Functions | |
template<typename T > | |
T | cinder::tweenLerp (const T &start, const T &end, float time) |
template<> | |
quat | cinder::tweenLerp (const quat &start, const quat &end, float time) |
template<> | |
dquat | cinder::tweenLerp (const dquat &start, const dquat &end, float time) |