Tactics: Western Philosophers Vs. Musicians  0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
OpenSkyNet::Math::ILerpOverTime Struct Referenceabstract

#include <MInterpolator.h>

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

Public Member Functions

 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 ( )
inlinevirtual

Member Function Documentation

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

Member Data Documentation

Math::Interpolator OpenSkyNet::Math::ILerpOverTime::_interpolator
float OpenSkyNet::Math::ILerpOverTime::_percentAdditive

The documentation for this struct was generated from the following file: