Vector3d message containing a x, y and z of type double. More...
#include <creos/messages/generic.hpp>
Public Member Functions | |
| auto | operator<=> (const Vector3d &other) const =default |
| Compare two Vector3d messages. | |
Public Attributes | |
| double | x = 0.0 |
| double | y = 0.0 |
| double | z = 0.0 |
Vector3d message containing a x, y and z of type double.