#define GETTER_IM_TEST_NAME_F(className, testName, resultType, call, imType, imCall, get)
#define WRAPPER_TEST_Fs(className, strctName)
#define GETTER_TEST_NAME_F(className, testName, resultType, call, get)
#define GETTER_TEST_F(className, resultType, call, get)
GU::RelativeCoordinate empty()
gu_relative_coordinate cempty()
void cchange(gu_relative_coordinate &obj)
void change(GU::RelativeCoordinate &obj)
GU::RelativeCoordinate initial()
gu_cartesian_coordinate rr_coord_to_cartesian_coord(const gu_relative_coordinate coord)
gu_percent_coordinate clamped_rr_coord_to_pct_coord(const gu_relative_coordinate coord, const gu_camera_pivot camera_pivot, const int cameraOffset)
gu_relative_coordinate cartesian_coord_to_rr_coord_from_source(const gu_cartesian_coordinate source, const gu_cartesian_coordinate target)
gu_camera_coordinate px_coord_to_cam_coord(const gu_pixel_coordinate coord)
gu_pixel_coordinate pct_coord_to_px_coord(const gu_percent_coordinate coord, const pixels_u res_width, const pixels_u res_height)
gu_percent_coordinate rr_coord_to_pct_coord(const gu_relative_coordinate coord, const gu_camera_pivot camera_pivot, const int cameraOffset)
gu_field_coordinate rr_coord_to_field_coord(const gu_relative_coordinate coord, const degrees_t heading)
#define GU_NAO_V5_BOTTOM_CAMERA_INDEX
TEST_F(CameraCoordinateTests, Equality)
void set_distance(const millimetres_u) NOEXCEPT
void set_direction(const degrees_d) NOEXCEPT
millimetres_u distance() const NOEXCEPT
degrees_d direction() const NOEXCEPT
A coordinate that is relative to some other coordinate.
degrees_d direction
The heading towards the coordinate.
millimetres_u distance
The distance to the coordinate.