claw  1.9.0
Namespaces | Typedefs | Functions
easing_quad.hpp File Reference

Easing functions for the tweener. More...

#include "claw/tween/easing/symmetric_easing.hpp"
Include dependency graph for easing_quad.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 claw
 This is the main namespace.
 
 claw::tween
 Tweeners interpolate the intermediate values between two given reference values using various equations.
 

Typedefs

typedef symmetric_easing< easing_quad_func > claw::tween::easing_quad
 Easing functions for the tweener. More...
 

Functions

double claw::tween::easing_quad_func (double t)
 The default function. More...
 

Detailed Description

Easing functions for the tweener.

Author
Julien Jorge

Definition in file easing_quad.hpp.