Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KX_ScalingInterpolator.cpp

Go to the documentation of this file.
00001 #include "KX_ScalingInterpolator.h"
00002 
00003 #include "MT_Vector3.h"
00004 #include "KX_IScalarInterpolator.h"
00005 
00006 void KX_ScalingInterpolator::Execute(float currentTime) const {
00007         m_target.setValue(m_ipos[0]->GetValue(currentTime),
00008                                           m_ipos[1]->GetValue(currentTime),
00009                                           m_ipos[2]->GetValue(currentTime));
00010 }

Generated at Thu Feb 1 13:03:06 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000