|
Maps SDK for C++ 1.0.0
|
Template type containing three values. More...
Public Member Functions | |
| XyzType (T aX=0, T aY=0, T aZ=0) | |
| Constructor initializing x and y to 0 if no values are passed in. | |
| bool | operator== (const XyzType &item) const |
| Comparison operator equal. | |
| bool | operator!= (const XyzType &item) const |
| Comparison operator not equal. | |
Template type containing three values.
|
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. |
| aZ | Depth zero-based screen position, in pixels, increasing from front to back. |
|
inline |
Comparison operator not equal.
| item | XyzType to compare to. |
|
inline |
Comparison operator equal.
| item | XyzType to compare to. |