102 ASSERT_EQ(coord.
x(), -1.0);
104 ASSERT_EQ(coord.
x(), 1.0);
105 ASSERT_EQ(coord.
y(), -1.0);
107 ASSERT_EQ(coord.
y(), 1.0);
#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::PercentCoordinate initial()
void change(GU::PercentCoordinate &obj)
GU::PercentCoordinate empty()
void cchange(gu_percent_coordinate &obj)
gu_percent_coordinate cempty()
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_relative_coordinate pct_coord_to_rr_coord(const gu_percent_coordinate coord, const gu_camera_pivot camera_pivot, const int cameraOffset)
#define GU_NAO_V5_BOTTOM_CAMERA_INDEX
TEST_F(CameraCoordinateTests, Equality)
percent_d y() const NOEXCEPT
void set_y(const percent_d) NOEXCEPT
void set_x(const percent_d) NOEXCEPT
percent_d x() const NOEXCEPT
A gu_percent_coordinate represents the coordinate of a pixel within an image.
percent_d y
The y coordinate of the pixel within the image as a percentage.
percent_d x
The x coordinate of the pixel within the image as a percentage.