#include <qtopengl_camera.h>
Public Member Functions | |
SKeyframe (UInt32 un_step, UInt32 un_placement_index, bool b_interpolate_to_next) | |
Public Attributes | |
UInt32 | Step |
The step at which this keyframe should be applied. More... | |
UInt32 | PlacementIndex |
An index into the camera placements array [0-12) More... | |
bool | InterpolateToNext |
Whether or not linear interpolation should be applied. More... | |
Definition at line 54 of file qtopengl_camera.h.
|
inline |
Definition at line 55 of file qtopengl_camera.h.
bool argos::CQTOpenGLCamera::SKeyframe::InterpolateToNext |
Whether or not linear interpolation should be applied.
Definition at line 66 of file qtopengl_camera.h.
UInt32 argos::CQTOpenGLCamera::SKeyframe::PlacementIndex |
An index into the camera placements array [0-12)
Definition at line 64 of file qtopengl_camera.h.
UInt32 argos::CQTOpenGLCamera::SKeyframe::Step |
The step at which this keyframe should be applied.
Definition at line 62 of file qtopengl_camera.h.