Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
Tween.h File Reference
#include "cinder/Cinder.h"
#include "cinder/TimelineItem.h"
#include "cinder/CinderMath.h"
#include "cinder/Easing.h"
#include "cinder/Function.h"
#include "cinder/Quaternion.h"
#include <list>
Include dependency graph for Tween.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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 >
cinder::tweenLerp (const T &start, const T &end, float time)
 
template<>
Quatf cinder::tweenLerp (const Quatf &start, const Quatf &end, float time)
 
template<>
Quatd cinder::tweenLerp (const Quatd &start, const Quatd &end, float time)