gucoordinates
Functions
hidden_conversions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

radians_d angle_between_points (const gu_cartesian_coordinate p1, const gu_cartesian_coordinate p2) __attribute__((const))
 
centimetres_d distance_between_points (const gu_cartesian_coordinate point1, const gu_cartesian_coordinate point2) __attribute__((const))
 
degrees_d normalise_deg_d (degrees_d angle) __attribute__((const))
 
degrees_t normalise_deg_t (degrees_t angle) __attribute__((const))
 
radians_d normalise_rad_d (radians_d angle) __attribute__((const))
 

Function Documentation

◆ angle_between_points()

radians_d angle_between_points ( const gu_cartesian_coordinate  p1,
const gu_cartesian_coordinate  p2 
) const

◆ distance_between_points()

centimetres_d distance_between_points ( const gu_cartesian_coordinate  point1,
const gu_cartesian_coordinate  point2 
) const

◆ normalise_deg_d()

degrees_d normalise_deg_d ( degrees_d  angle) const

◆ normalise_deg_t()

degrees_t normalise_deg_t ( degrees_t  angle) const

◆ normalise_rad_d()

radians_d normalise_rad_d ( radians_d  angle) const