9 #ifndef CUBBYFLOW_FRAME_H 10 #define CUBBYFLOW_FRAME_H 32 Frame(
int newIndex,
double newTimeIntervalInSeconds);
Frame & operator++()
Advances single frame (prefix).
int index
Frame index.
Definition: Frame.h:23
void Advance()
Advances single frame.
Definition: pybind11Utils.h:24
double TimeInSeconds() const
Returns the elapsed time in seconds.
double timeIntervalInSeconds
Time interval in seconds between two adjacent frames.
Definition: Frame.h:26
Representation of an animation frame.
Definition: Frame.h:20
Frame()
Constructs Frame instance with 1/60 seconds time interval.