Pixel location in an image.
More...
#include <common.h>
|
| uint32_t | x {} |
| | X coordinate in pixels.
|
| |
| uint32_t | y {} |
| | Y coordinate in pixels.
|
| |
Pixel location in an image.
Definition at line 225 of file common.h.
◆ Coordinate()
| FRIF::Coordinate::Coordinate |
( |
const uint32_t | x = {}, |
|
|
const uint32_t | y = {} ) |
◆ operator<=>()
| auto FRIF::Coordinate::operator<=> |
( |
const Coordinate & | | ) |
const |
|
default |
◆ operator==()
| bool FRIF::Coordinate::operator== |
( |
const Coordinate & | | ) |
const |
|
default |
| uint32_t FRIF::Coordinate::x {} |
X coordinate in pixels.
Definition at line 228 of file common.h.
| uint32_t FRIF::Coordinate::y {} |
Y coordinate in pixels.
Definition at line 230 of file common.h.
The documentation for this struct was generated from the following files: