2 #ifndef _YI_TIME_INTERPOLATOR_H_ 3 #define _YI_TIME_INTERPOLATOR_H_ 28 virtual float Interpolate(
float timePercentage) = 0;
40 #endif // _YI_TIME_INTERPOLATOR_H_ Container for basic interpolator functions.
Definition: YiTimeInterpolator.h:20
virtual ~CYITimeInterpolator()
virtual float Interpolate(float timePercentage)=0
#define YI_TYPE_BASES(CLASS, BASES...)
Definition: YiRtti.h:257
This file contains the classes and macros used to implement RTTI in You.i Engine. ...