![]() |
Blender V2.61 - r43446
|
#include <KX_OrientationInterpolator.h>

Public Member Functions | |
| KX_OrientationInterpolator (MT_Matrix3x3 &target, KX_IScalarInterpolator **ipos) | |
| virtual void | Execute (float currentTime) const |
Definition at line 40 of file KX_OrientationInterpolator.h.
| KX_OrientationInterpolator::KX_OrientationInterpolator | ( | MT_Matrix3x3 & | target, |
| KX_IScalarInterpolator ** | ipos | ||
| ) | [inline] |
Definition at line 42 of file KX_OrientationInterpolator.h.
| void KX_OrientationInterpolator::Execute | ( | float | currentTime | ) | const [virtual] |
Implements KX_IInterpolator.
Definition at line 37 of file KX_OrientationInterpolator.cpp.