Structure to describe a single event.
More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/controllers/ScriptController.h>
|
float | a |
| The parameters are additionally stored as a set of 6 numerical values. More...
|
|
float | b |
|
float | c |
|
float | d |
|
float | duration |
| Time span of the event. More...
|
|
float | e |
|
float | eventTime |
| Start point in time of the event. More...
|
|
float | f |
|
std::string | fctName |
| Instruction for this event. More...
|
|
Vector3 | v1 |
| Final position we want to be at. More...
|
|
Vector3 | v2 |
| Where we are looking. More...
|
|
Structure to describe a single event.
The parameters are additionally stored as a set of 6 numerical values.
float orxonox::event::duration |
float orxonox::event::eventTime |
Start point in time of the event.
std::string orxonox::event::fctName |
Instruction for this event.
Vector3 orxonox::event::v1 |
Final position we want to be at.
Vector3 orxonox::event::v2 |
The documentation for this struct was generated from the following file: