MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
CameraPath::Action Struct Referenceabstract

#include <CameraPath.hpp>

+ Inheritance diagram for CameraPath::Action:

Public Member Functions

 Action (float t, QObject *parent=0)
 
virtual bool startInterpolation (MGXCamera *camera)=0
 
virtual bool interpolateFrame (MGXCamera *camera, float t)=0
 

Public Attributes

float time
 

Detailed Description

Definition at line 44 of file CameraPath.hpp.

Constructor & Destructor Documentation

◆ Action()

CameraPath::Action::Action ( float  t,
QObject *  parent = 0 
)
inline

Definition at line 46 of file CameraPath.hpp.

Member Function Documentation

◆ interpolateFrame()

virtual bool CameraPath::Action::interpolateFrame ( MGXCamera camera,
float  t 
)
pure virtual

◆ startInterpolation()

virtual bool CameraPath::Action::startInterpolation ( MGXCamera camera)
pure virtual

Member Data Documentation

◆ time

float CameraPath::Action::time

Definition at line 51 of file CameraPath.hpp.


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