|
|
Multimedia API ReferenceNovember 16, 2016 | 24.2.1 Release |
Aggregates 2D co-ordinates of a location in a single structure.
Public Member Functions | |
| Location () | |
| Location (uint32_t a, uint32_t b) | |
| Construct location from x and y. More... | |
| bool | operator== (const Location &other) const |
Data Fields | |
| uint32_t | x |
| uint32_t | y |
|
inline |
|
inline |
| uint32_t Argus::Location::x |
Definition at line 526 of file Types.h.
Referenced by operator==().
| uint32_t Argus::Location::y |
Definition at line 527 of file Types.h.
Referenced by operator==().