|
Maps SDK for C++ 1.0.0
|
Screen position based on pixels, used to represent upper left corner of a viewport. More...
Public Member Functions | |
| XyType (T aX=0, T aY=0) | |
| Constructor initializing x and y to 0 if no values are passed in. | |
| bool | operator== (const XyType &item) const |
| Comparison operator equal. | |
| bool | operator!= (const XyType &item) const |
| Comparison operator not equal. | |
Public Attributes | |
| T | x |
| Horizontal zero-based screen position, in pixels, increasing from left to right. | |
| T | y |
| Vertical zero-based screen position, in pixels, increasing from top to bottom. | |
Screen position based on pixels, used to represent upper left corner of a viewport.
|
inline |
Constructor initializing x and y to 0 if no values are passed in.
| aX | Horizontal zero-based screen position, in pixels, increasing from left to right. |
| aY | Vertical zero-based screen position, in pixels, increasing from top to bottom. |
|
inline |
Comparison operator not equal.
| item | XyType to compare to. |
|
inline |
Comparison operator equal.
| item | XyType to compare to. |