|
Neonode zForce(TM) SDK
|
Struct representing a coordinate. More...
#include <zForceTypes.h>
Public Attributes | |
| uint32_t | X |
| X axis value. | |
| bool | HasX |
| Is set to true if the coordinate system has a X axis. | |
| uint32_t | Y |
| Y axis value. | |
| bool | HasY |
| Is set to true if the coordinate system has a Y axis. | |
| uint32_t | Z |
| Z axis value. | |
| bool | HasZ |
| Is set to true if the coordinate system has a Z axis. | |
Struct representing a coordinate.
Struct representing a coordinate with up to three dimensions.
1.8.11