Aggregates 2D co-ordinates of a location in a single structure.
More...
#include <Types.h>
List of all members.
Public Attributes |
uint32_t | x |
uint32_t | y |
Detailed Description
Aggregates 2D co-ordinates of a location in a single structure.
Definition at line 529 of file Types.h.
Constructor & Destructor Documentation
Argus::Location::Location |
( |
| ) |
|
|
inline |
Argus::Location::Location |
( |
uint32_t |
a, |
|
|
uint32_t |
b |
|
) |
| |
|
inline |
Construct location from x and y.
Definition at line 537 of file Types.h.
Member Function Documentation
bool Argus::Location::operator== |
( |
const Location & |
other | ) |
const |
|
inline |
Member Data Documentation
uint32_t Argus::Location::x |
uint32_t Argus::Location::y |
The documentation for this struct was generated from the following file: