gucoordinates
Classes | Typedefs | Functions
percent_coordinate.h File Reference
#include <guunits/guunits.h>
#include <stdbool.h>
Include dependency graph for percent_coordinate.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ gu_percent_coordinate

A gu_percent_coordinate represents the coordinate of a pixel within an image.

Function Documentation

◆ gu_percent_coordinate_equals()

bool gu_percent_coordinate_equals ( const  gu_percent_coordinate,
const  gu_percent_coordinate,
const  percent_d 
) const

◆ gu_percent_coordinate_x_lower_bound()

percent_d gu_percent_coordinate_x_lower_bound ( const  gu_percent_coordinate) const

◆ gu_percent_coordinate_x_upper_bound()

percent_d gu_percent_coordinate_x_upper_bound ( const  gu_percent_coordinate) const

◆ gu_percent_coordinate_y_lower_bound()

percent_d gu_percent_coordinate_y_lower_bound ( const  gu_percent_coordinate) const

◆ gu_percent_coordinate_y_upper_bound()

percent_d gu_percent_coordinate_y_upper_bound ( const  gu_percent_coordinate) const