![]() |
hivemind 1.0.0
|
A structure representing an agent's position in cartesian space at a given point in time. More...
#include <types.h>


Public Member Functions | |
| Keyframe () | |
| Keyframe (int agentId, float timeStamp, CartesianCoordinate position) | |
| JSONSTART | JSONINT (AgentId) |
| JSONSTART | JSONFLOAT (TimeStamp) |
Public Attributes | |
| int | AgentId |
| float | TimeStamp |
| CartesianCoordinate | Position |
A structure representing an agent's position in cartesian space at a given point in time.
|
inline |
| int Core::Keyframe::AgentId |
Definition at line 76 of file types.h.
Referenced by KeyframeManagement::KeyframeManager::AddKeyframe(), Routemaker::Routemaker::MakeRoute(), and KeyframeManagement::KeyframeManager::RemoveKeyframe().
| CartesianCoordinate Core::Keyframe::Position |
Definition at line 78 of file types.h.
Referenced by KeyframeManagement::KeyframeManager::AddKeyframe(), Routemaker::Routemaker::MakeRoute(), and KeyframeManagement::KeyframeManager::RemoveKeyframe().
| float Core::Keyframe::TimeStamp |
Definition at line 77 of file types.h.
Referenced by KeyframeManagement::KeyframeManager::AddKeyframe(), CompileScenario::Scenario::Compile(), Routemaker::Routemaker::MakeRoute(), Gui::Timeline::mouseReleaseEvent(), and KeyframeManagement::KeyframeManager::RemoveKeyframe().