Blender V2.61 - r43446
|
#include <KX_IScalarInterpolator.h>
Public Member Functions | |
virtual | ~KX_IScalarInterpolator () |
virtual float | GetValue (float currentTime) const =0 |
Definition at line 39 of file KX_IScalarInterpolator.h.
virtual KX_IScalarInterpolator::~KX_IScalarInterpolator | ( | ) | [inline, virtual] |
Definition at line 41 of file KX_IScalarInterpolator.h.
virtual float KX_IScalarInterpolator::GetValue | ( | float | currentTime | ) | const [pure virtual] |
Implemented in BL_ScalarInterpolator.
Referenced by KX_ScalarInterpolator::Execute().