63 return lhs.
x == rhs.
x && lhs.
y == rhs.
y;
bool gu_cartesian_coordinate_equals(const gu_cartesian_coordinate lhs, const gu_cartesian_coordinate rhs)
A cartesian_coordinate is a general coordinate for representing positions on a tow dimensional plane.
millimetres_t y
The y coordinate of the position in centimetres.
millimetres_t x
The x coordinate of the position in centimetres.