|
Blender
V2.59
|
#include <KX_OrientationInterpolator.h>

Public Member Functions | |
| KX_OrientationInterpolator (MT_Matrix3x3 &target, KX_IScalarInterpolator **ipos) | |
| virtual void | Execute (float currentTime) const |
Definition at line 42 of file KX_OrientationInterpolator.h.
| KX_OrientationInterpolator::KX_OrientationInterpolator | ( | MT_Matrix3x3 & | target, |
| KX_IScalarInterpolator ** | ipos | ||
| ) | [inline] |
Definition at line 44 of file KX_OrientationInterpolator.h.
| void KX_OrientationInterpolator::Execute | ( | float | currentTime | ) | const [virtual] |
Implements KX_IInterpolator.
Definition at line 38 of file KX_OrientationInterpolator.cpp.
References cos(), MT_Matrix3x3::setValue(), si, and sin().