![]() |
CamSim
0.0.0
A rasterization-based simulator for various types of cameras
|
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... | |
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.
|
inline |
|
inline |
| long long CamSim::Animation::Keyframe::t |
Key frame time in microseconds.
| Transformation CamSim::Animation::Keyframe::transformation |
Transformation of the target at time t.
1.8.16