bool gu_camera_coordinate_equals(const gu_camera_coordinate lhs, const gu_camera_coordinate rhs)
pixels_t gu_camera_coordinate_y_upper_bound(const gu_camera_coordinate coord)
pixels_t gu_camera_coordinate_x_upper_bound(const gu_camera_coordinate coord)
pixels_t gu_camera_coordinate_x_lower_bound(const gu_camera_coordinate coord)
pixels_t gu_camera_coordinate_y_lower_bound(const gu_camera_coordinate coord)
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.