|
gucoordinates
|
#include <guunits/guunits.h>#include <stdbool.h>Go to the source code of this file.
Classes | |
| struct | gu_pixel_coordinate |
A gu_pixel_coordinate represents the coordinate of a pixel within an image. More... | |
Typedefs | |
| typedef struct gu_pixel_coordinate | gu_pixel_coordinate |
A gu_pixel_coordinate represents the coordinate of a pixel within an image. More... | |
Functions | |
| bool | gu_pixel_coordinate_equals (const gu_pixel_coordinate lhs, const gu_pixel_coordinate rhs) __attribute__((const)) |
| pixels_t | gu_pixel_coordinate_x_lower_bound (const gu_pixel_coordinate) __attribute__((const)) |
| pixels_t | gu_pixel_coordinate_y_lower_bound (const gu_pixel_coordinate) __attribute__((const)) |
| pixels_t | gu_pixel_coordinate_x_upper_bound (const gu_pixel_coordinate) __attribute__((const)) |
| pixels_t | gu_pixel_coordinate_y_upper_bound (const gu_pixel_coordinate) __attribute__((const)) |
| typedef struct gu_pixel_coordinate gu_pixel_coordinate |
A gu_pixel_coordinate represents the coordinate of a pixel within an image.
| bool gu_pixel_coordinate_equals | ( | const gu_pixel_coordinate | lhs, |
| const gu_pixel_coordinate | rhs | ||
| ) | const |
| pixels_t gu_pixel_coordinate_x_lower_bound | ( | const | gu_pixel_coordinate | ) | const |
| pixels_t gu_pixel_coordinate_x_upper_bound | ( | const | gu_pixel_coordinate | ) | const |
| pixels_t gu_pixel_coordinate_y_lower_bound | ( | const | gu_pixel_coordinate | ) | const |
| pixels_t gu_pixel_coordinate_y_upper_bound | ( | const | gu_pixel_coordinate | ) | const |