NXT C++ Bluetooth Library
Class Xyz_position
Result
|
+--Xyz_position
in tilt.h
- class Xyz_position
- extends Result
Class to retrieve XYZ coordinates from the HiTechnic Tilt/Accekeration sensor
- See Also:
Tilt::read
Field Summary |
int |
x
Holds the x-coordinate |
int |
y
Holds the y-coordinate |
int |
z
Holds the z-coordinate |
x
public int x;
- Holds the x-coordinate
y
public int y;
- Holds the y-coordinate
z
public int z;
- Holds the z-coordinate
Xyz_position
public Xyz_position();
get_type
public Result_type get_type();
- Returns:
- XYZ_RESULT