Overview   Project   Class   Tree   Index 
NXT C++ Bluetooth Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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
 
Constructor Summary
Xyz_position()
          
 
Method Summary
 Result_type get_type()
          
   
Methods inherited from class Result
get_type
 

Field Detail

x

public int x;
Holds the x-coordinate

y

public int y;
Holds the y-coordinate

z

public int z;
Holds the z-coordinate


Constructor Detail

Xyz_position

public Xyz_position();


Method Detail

get_type

public Result_type get_type();
Returns:
XYZ_RESULT

 Overview   Project   Class   Tree   Index 
NXT C++ Bluetooth Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD