open_simulation_interface
vv3.5.0(01.06.2022)
|
A cartesian 3D vector for positions, velocities or accelerations or its uncertainties. More...
Public Attributes | |
optional double | x = 1 |
The x-coordinate. More... | |
optional double | y = 2 |
The y-coordinate. More... | |
optional double | z = 3 |
The z-coordinate. More... | |
A cartesian 3D vector for positions, velocities or accelerations or its uncertainties.
The coordinate system is defined as right-handed.
Units are m for positions, m/s for velocities, and m/s^2 for accelerations.
optional double osi3::Vector3d::x = 1 |
The x-coordinate.
Unit: m, m/s, or m/s^2
optional double osi3::Vector3d::y = 2 |
The y-coordinate.
Unit: m, m/s, or m/s^2
optional double osi3::Vector3d::z = 3 |
The z-coordinate.
Unit: m, m/s, or m/s^2