MonoBrick EV3 Firmware
Public Member Functions | Properties | List of all members
MonoBrickFirmware.Sensors.Position Class Reference

X Y Z position More...

Public Member Functions

 Position (int x, int y, int z)
 Initializes a new instance of the MonoBrick.NXT.Position class. More...
 

Properties

int X [get]
 Gets the x coordinate More...
 
int Y [get]
 Gets the y coordinate More...
 
int Z [get]
 Gets the z coordinate More...
 

Detailed Description

X Y Z position

Constructor & Destructor Documentation

MonoBrickFirmware.Sensors.Position.Position ( int  x,
int  y,
int  z 
)
inline

Initializes a new instance of the MonoBrick.NXT.Position class.

Parameters
xThe x coordinate.
yThe y coordinate.
zThe z coordinate.

Property Documentation

int MonoBrickFirmware.Sensors.Position.X
get

Gets the x coordinate

The x coordinate

int MonoBrickFirmware.Sensors.Position.Y
get

Gets the y coordinate

The y coordinate

int MonoBrickFirmware.Sensors.Position.Z
get

Gets the z coordinate

The z coordinate


The documentation for this class was generated from the following file: