|
The Vish Visualization Shell 0.3
Vish
|
A camera path with movements, motions and various constraints. More...
#include <elementary/eagle/CameraPath.hpp>
Public Member Functions | |
| Camera | getCamera (double t) |
| Get an interpolated camera for a specific physical time. | |
| Camera & | getFrame (int N, double &t) |
| Get the nth frame in a sequence for modification. | |
| const Camera & | getFrame (int N, double &t) const |
| Get the nth frame in a sequence for inspection (readonly). | |
| int | getFrameNumber (double t) const |
| Get the closest frame number associated with tim. | |
A camera path with movements, motions and various constraints.
| Camera & Eagle::CameraPath::getFrame | ( | int | N, |
| double & | t | ||
| ) |
Get the nth frame in a sequence for modification.
| N | The frame |
| t | On output, returns the corresponding physical time for this frame |
| const Camera & Eagle::CameraPath::getFrame | ( | int | N, |
| double & | t | ||
| ) | const |
Get the nth frame in a sequence for inspection (readonly).
| N | The frame |
| t | On output, returns the corresponding physical time for this frame |