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