59#ifndef CARTESIAN_COORDINATE_H
60#define CARTESIAN_COORDINATE_H
62#include <guunits/guunits.h>
struct gu_cartesian_coordinate gu_cartesian_coordinate
A cartesian_coordinate is a general coordinate for representing positions on a tow dimensional plane.
bool gu_cartesian_coordinate_equals(const gu_cartesian_coordinate, const gu_cartesian_coordinate) __attribute__((const))
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.