Blender V2.61 - r43446
|
#include <KX_IInterpolator.h>
Public Member Functions | |
virtual | ~KX_IInterpolator () |
virtual void | Execute (float currentTime) const =0 |
Definition at line 41 of file KX_IInterpolator.h.
virtual KX_IInterpolator::~KX_IInterpolator | ( | ) | [inline, virtual] |
Definition at line 43 of file KX_IInterpolator.h.
virtual void KX_IInterpolator::Execute | ( | float | currentTime | ) | const [pure virtual] |
Implemented in KX_OrientationInterpolator, KX_PositionInterpolator, KX_ScalarInterpolator, and KX_ScalingInterpolator.