X Y Z position
More...
|
| | Position (int x, int y, int z) |
| | Initializes a new instance of the MonoBrick.NXT.Position class. More...
|
| |
|
| int | X [get] |
| | Gets the x coordinate More...
|
| |
| int | Y [get] |
| | Gets the y coordinate More...
|
| |
| int | Z [get] |
| | Gets the z coordinate More...
|
| |
| MonoBrickFirmware.Sensors.Position.Position |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
|
inline |
Initializes a new instance of the MonoBrick.NXT.Position class.
- Parameters
-
| x | The x coordinate. |
| y | The y coordinate. |
| z | The z coordinate. |
| 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: