Information about a trajectory for an Actor. More...
#include <Actor.hh>
Public Member Functions | |
TrajectoryInfo () | |
Constructor. More... | |
Public Attributes | |
double | duration |
Duration of the trajectory. More... | |
double | endTime |
End time of the trajectory. More... | |
unsigned int | id |
ID of the trajectory. More... | |
double | startTime |
Start time of the trajectory. More... | |
bool | translated |
True if the trajectory is tranlated. More... | |
std::string | type |
Type of trajectory. More... | |
Information about a trajectory for an Actor.
TrajectoryInfo | ( | ) |
Constructor.
double duration |
Duration of the trajectory.
double endTime |
End time of the trajectory.
unsigned int id |
ID of the trajectory.
double startTime |
Start time of the trajectory.
bool translated |
True if the trajectory is tranlated.
std::string type |
Type of trajectory.