59#ifndef HIDDEN_CONVERSIONS_H
60#define HIDDEN_CONVERSIONS_H
degrees_t normalise_deg_t(degrees_t angle) __attribute__((const))
radians_d normalise_rad_d(radians_d angle) __attribute__((const))
centimetres_d distance_between_points(const gu_cartesian_coordinate point1, const gu_cartesian_coordinate point2) __attribute__((const))
radians_d angle_between_points(const gu_cartesian_coordinate p1, const gu_cartesian_coordinate p2) __attribute__((const))
degrees_d normalise_deg_d(degrees_d angle) __attribute__((const))
A cartesian_coordinate is a general coordinate for representing positions on a tow dimensional plane.