104 ASSERT_EQ(coord.
x(), -959);
106 ASSERT_EQ(coord.
x(), 1);
107 ASSERT_EQ(coord.
y(), 540);
109 ASSERT_EQ(coord.
y(), 1);
#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::PixelCoordinate empty()
void change(GU::PixelCoordinate &obj)
GU::PixelCoordinate initial()
void cchange(gu_pixel_coordinate &obj)
gu_pixel_coordinate cempty()
gu_percent_coordinate px_coord_to_pct_coord(const gu_pixel_coordinate coord)
gu_camera_coordinate px_coord_to_cam_coord(const gu_pixel_coordinate coord)
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)
void set_y(const pixels_t) NOEXCEPT
pixels_t y() const NOEXCEPT
pixels_t x() const NOEXCEPT
void set_x(const pixels_t) NOEXCEPT
pixels_u resWidth() const NOEXCEPT
pixels_u resHeight() const NOEXCEPT
void set_resHeight(const pixels_u) NOEXCEPT
void set_resWidth(const pixels_u) NOEXCEPT
A gu_pixel_coordinate represents the coordinate of a pixel within an image.
pixels_u res_height
The height of the resolution of the image.
pixels_t x
The x coordinate of the pixel within the image.
pixels_u res_width
The width of the resolution of the image.
pixels_t y
The y coordinate of the pixel within the image.