CamSim  0.0.0
A rasterization-based simulator for various types of cameras
Public Member Functions | Public Attributes | List of all members
CamSim::Animation::Keyframe Class Reference

The Keyframe class. More...

Public Member Functions

 Keyframe ()
 
 Keyframe (long long usecs, const Transformation &transf)
 

Public Attributes

long long t
 Key frame time in microseconds. More...
 
Transformation transformation
 Transformation of the target at time t. More...
 

Detailed Description

The Keyframe class.

This class describes one key frame, consisting of a point in time and the transformation of a target at this point in time.

Constructor & Destructor Documentation

◆ Keyframe() [1/2]

CamSim::Animation::Keyframe::Keyframe ( )
inline

◆ Keyframe() [2/2]

CamSim::Animation::Keyframe::Keyframe ( long long  usecs,
const Transformation transf 
)
inline

Member Data Documentation

◆ t

long long CamSim::Animation::Keyframe::t

Key frame time in microseconds.

◆ transformation

Transformation CamSim::Animation::Keyframe::transformation

Transformation of the target at time t.


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