LunaSysMgr
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AnimationEquations.h File Reference
#include "Common.h"
Include dependency graph for AnimationEquations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AnimationEquations
 

Typedefs

typedef int PValue
 
typedef PValue(* AnimationEquation )(PValue time, PValue initial, PValue final, PValue duration, PValue strength)
 

Typedef Documentation

typedef PValue(* AnimationEquation)(PValue time, PValue initial, PValue final, PValue duration, PValue strength)
typedef int PValue