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

KX_ScalarInterpolator.cpp

Go to the documentation of this file.
00001 #include "KX_ScalarInterpolator.h"
00002 #include "KX_IScalarInterpolator.h"
00003 
00004 void KX_ScalarInterpolator::Execute(float currentTime) const {
00005         *m_target = m_ipo->GetValue(currentTime);
00006 }

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