|
gucoordinates
|
#include <guunits/guunits.h>#include <stdbool.h>

Go to the source code of this file.
Classes | |
| struct | gu_percent_coordinate |
A gu_percent_coordinate represents the coordinate of a pixel within an image. More... | |
Typedefs | |
| typedef struct gu_percent_coordinate | gu_percent_coordinate |
A gu_percent_coordinate represents the coordinate of a pixel within an image. More... | |
Functions | |
| bool | gu_percent_coordinate_equals (const gu_percent_coordinate, const gu_percent_coordinate, const percent_d) __attribute__((const)) |
| percent_d | gu_percent_coordinate_x_lower_bound (const gu_percent_coordinate) __attribute__((const)) |
| percent_d | gu_percent_coordinate_y_lower_bound (const gu_percent_coordinate) __attribute__((const)) |
| percent_d | gu_percent_coordinate_x_upper_bound (const gu_percent_coordinate) __attribute__((const)) |
| percent_d | gu_percent_coordinate_y_upper_bound (const gu_percent_coordinate) __attribute__((const)) |
| typedef struct gu_percent_coordinate gu_percent_coordinate |
A gu_percent_coordinate represents the coordinate of a pixel within an image.
| bool gu_percent_coordinate_equals | ( | const | gu_percent_coordinate, |
| const | gu_percent_coordinate, | ||
| const | percent_d | ||
| ) | const |
| percent_d gu_percent_coordinate_x_lower_bound | ( | const | gu_percent_coordinate | ) | const |
| percent_d gu_percent_coordinate_x_upper_bound | ( | const | gu_percent_coordinate | ) | const |
| percent_d gu_percent_coordinate_y_lower_bound | ( | const | gu_percent_coordinate | ) | const |
| percent_d gu_percent_coordinate_y_upper_bound | ( | const | gu_percent_coordinate | ) | const |