Sleeping Wombat Common Library  0.50.0
swCommonLibrary
Macros
DefaultInterpolators.inl File Reference
#include "DefaultInterpolators.h"
#include "LinearInterpolator.h"
#include "DiscreteInterpolator.h"
#include "CosinusInterpolator.h"

Macros

#define ENABLE_PARAMETER_ANIMATION(type)
 

Detailed Description

Author
nieznanysprawiciel

Macro Definition Documentation

#define ENABLE_PARAMETER_ANIMATION (   type)
Value:
{ \
template<> \
struct is_param_animation_enabled< type > \
{ \
const static bool value = true; \
}; \
}
Interpolators helpers functions.
Definition: DefaultInterpolators.cpp:14