Claw  1.7.3
Namespaces | Typedefs | Functions
easing_bounce.hpp File Reference

Easing functions for the tweener. More...

#include "claw/tween/easing/symmetric_easing.hpp"

Go to the source code of this file.

Namespaces

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

Typedefs

typedef symmetric_easing
< easing_bounce_func > 
claw::tween::easing_bounce
 Easing functions for the tweener.

Functions

double claw::tween::easing_bounce_func (double t)
 The default function.

Detailed Description

Easing functions for the tweener.

Author
Julien Jorge

Definition in file easing_bounce.hpp.