PF_API 0.52
Public Member Functions | Public Attributes | Static Public Attributes

OpenSkyNet::Math::LerpOverTime3 Struct Reference

#include <MInterpolator.h>

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

List of all members.

Public Member Functions

virtual void init (Math::Point<> &begin_, const Math::Point<> &end_, float speed_)
virtual bool update (float dt_)
virtual void init (Math::Point<> &begin_, const Math::Point<> &end_, float speed_)
virtual bool update (float dt_)

Public Attributes

Math::Point_control
Math::Point _begin
Math::Point _end

Static Public Attributes

static const float _minSqrdDistToUpdate = 0.01f

Detailed Description

Interpolation between 3D points over time.


Member Function Documentation

virtual void OpenSkyNet::Math::LerpOverTime3::init ( Math::Point<> &  begin_,
const Math::Point<> &  end_,
float  speed_ 
) [virtual]
virtual void OpenSkyNet::Math::LerpOverTime3::init ( Math::Point<> &  begin_,
const Math::Point<> &  end_,
float  speed_ 
) [virtual]
bool LerpOverTime3::update ( float  dt_) [virtual]
virtual bool OpenSkyNet::Math::LerpOverTime3::update ( float  dt_) [virtual]

Member Data Documentation

static const float OpenSkyNet::Math::LerpOverTime3::_minSqrdDistToUpdate = 0.01f [static]

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