PF_API 0.52
Public Member Functions | Public Attributes

OpenSkyNet::Math::ILerpOverTime Struct Reference

#include <MInterpolator.h>

Inheritance diagram for OpenSkyNet::Math::ILerpOverTime:
OpenSkyNet::Math::LerpOverTime1 OpenSkyNet::Math::LerpOverTime1 OpenSkyNet::Math::LerpOverTime3 OpenSkyNet::Math::LerpOverTime3 OpenSkyNet::Math::LerpOverTime3x3 OpenSkyNet::Math::LerpOverTime3x3

List of all members.

Public Member Functions

 ILerpOverTime ()
virtual bool update (float dt_)=0
virtual ~ILerpOverTime ()
 ILerpOverTime ()
virtual bool update (float dt_)=0
virtual ~ILerpOverTime ()

Public Attributes

float _percentAdditive
Math::Interpolator _interpolator

Detailed Description

Abstract interface for interpolating between values/classes of any type of over time.


Constructor & Destructor Documentation

OpenSkyNet::Math::ILerpOverTime::ILerpOverTime ( ) [inline]
virtual OpenSkyNet::Math::ILerpOverTime::~ILerpOverTime ( ) [inline, virtual]
OpenSkyNet::Math::ILerpOverTime::ILerpOverTime ( ) [inline]
virtual OpenSkyNet::Math::ILerpOverTime::~ILerpOverTime ( ) [inline, virtual]

Member Function Documentation

virtual bool OpenSkyNet::Math::ILerpOverTime::update ( float  dt_) [pure virtual]
virtual bool OpenSkyNet::Math::ILerpOverTime::update ( float  dt_) [pure virtual]

Member Data Documentation


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines