59#ifndef PERCENT_COORDINATE_H
60#define PERCENT_COORDINATE_H
62#include <guunits/guunits.h>
struct gu_percent_coordinate gu_percent_coordinate
A gu_percent_coordinate represents the coordinate of a pixel within an image.
percent_d gu_percent_coordinate_x_upper_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_y_upper_bound(const gu_percent_coordinate) __attribute__((const))
percent_d gu_percent_coordinate_x_lower_bound(const gu_percent_coordinate) __attribute__((const))
bool gu_percent_coordinate_equals(const gu_percent_coordinate, const gu_percent_coordinate, const percent_d) __attribute__((const))
A gu_percent_coordinate represents the coordinate of a pixel within an image.
percent_d y
The y coordinate of the pixel within the image as a percentage.
percent_d x
The x coordinate of the pixel within the image as a percentage.