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

KX_IScalarInterpolator.h

Go to the documentation of this file.
00001 #ifndef KX_ISCALARINTERPOLATOR_H
00002 #define KX_ISCALARINTERPOLATOR_H
00003 
00004 class KX_IScalarInterpolator {  
00005 public:
00006         virtual ~KX_IScalarInterpolator() {}
00007         
00008         virtual float GetValue(float currentTime) const = 0; 
00009 };
00010 
00011 #endif

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