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

KX_ScalarInterpolator Class Reference

#include <KX_ScalarInterpolator.h>

Inheritance diagram for KX_ScalarInterpolator:

KX_IInterpolator List of all members.

Public Methods

 KX_ScalarInterpolator (MT_Scalar* target, KX_IScalarInterpolator *ipo)
virtual ~KX_ScalarInterpolator ()
virtual void Execute (float currentTime) const
void SetNewTarget (MT_Scalar* newtarget)
MT_Scalar* GetTarget ()

Constructor & Destructor Documentation

KX_ScalarInterpolator::KX_ScalarInterpolator ( MT_Scalar * target,
KX_IScalarInterpolator * ipo ) [inline]
 

Definition at line 11 of file KX_ScalarInterpolator.h.

KX_ScalarInterpolator::~KX_ScalarInterpolator ( ) [inline, virtual]
 

Definition at line 17 of file KX_ScalarInterpolator.h.


Member Function Documentation

void KX_ScalarInterpolator::Execute ( float currentTime ) const [virtual]
 

Reimplemented from KX_IInterpolator.

Definition at line 4 of file KX_ScalarInterpolator.cpp.

MT_Scalar * KX_ScalarInterpolator::GetTarget ( ) [inline]
 

Definition at line 23 of file KX_ScalarInterpolator.h.

void KX_ScalarInterpolator::SetNewTarget ( MT_Scalar * newtarget ) [inline]
 

Definition at line 19 of file KX_ScalarInterpolator.h.

Referenced by KX_IpoSGController::GetReplica().


The documentation for this class was generated from the following files:
Generated at Thu Feb 1 13:03:44 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000