104 ASSERT_EQ(coord.
x(), 1);
106 ASSERT_EQ(coord.
x(), 5);
107 ASSERT_EQ(coord.
y(), 2);
109 ASSERT_EQ(coord.
y(), 6);
#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::CameraCoordinate initial()
void cchange(gu_camera_coordinate &obj)
gu_camera_coordinate cempty()
GU::CameraCoordinate empty()
void change(GU::CameraCoordinate &obj)
gu_percent_coordinate px_coord_to_pct_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)
gu_pixel_coordinate cam_coord_to_px_coord(const gu_camera_coordinate coord)
#define GU_NAO_V5_BOTTOM_CAMERA_INDEX
TEST_F(CameraCoordinateTests, Equality)
pixels_u y() const NOEXCEPT
void set_resWidth(const pixels_u) NOEXCEPT
pixels_u resWidth() const NOEXCEPT
void set_x(const pixels_u) NOEXCEPT
void set_resHeight(const pixels_u) NOEXCEPT
pixels_u resHeight() const NOEXCEPT
void set_y(const pixels_u) NOEXCEPT
pixels_u x() const NOEXCEPT
A gu_camera_coordinate represents the coordinate of a pixel within an image where the (0,...
pixels_u x
The x coordinate of the pixel within the image.
pixels_u res_height
The height of the resolution of the image.
pixels_u res_width
The width of the resolution of the image.
pixels_u y
The y coordinate of the pixel within the image.