The collection of accelerometer axes.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public AccelerometerAxisCollection axes |
Visual Basic (Declaration) |
---|
Public axes As AccelerometerAxisCollection |
Visual C++ |
---|
public: AccelerometerAxisCollection^ axes |
Remarks
Currently, accelerometers have either two or three axes of acceleration - x and y, or x, y, abd z.
The indexes of which - Index 0 is the x-axis, 1 is the y-axis, and 2 is the z-axis (where available).