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