Quaternion message containing the x, y, z and w components as floats. More...
#include <creos/messages/generic.hpp>
Public Member Functions | |
| auto | operator<=> (const Quaternionf &other) const =default |
| Compare two Quaternionf messages. | |
Public Attributes | |
| float | x = 0.0f |
| float | y = 0.0f |
| float | z = 0.0f |
| float | w = 1.0f |
Quaternion message containing the x, y, z and w components as floats.