Class ZapAccelerometer

Represent values measured by accelerometer sensor.

+-------------+-------------+-------------+
| x (32 bits) | y (32 bits) | z (32 bits) |
+-------------+-------------+-------------+

Hierarchy

  • ZapAccelerometer

Implements

Constructors

Properties

Methods

Constructors

Properties

resource: ZapResource = ZapResource.ACCELEROMETER

A resource type of the object.

x: number

Acceleration force along the x axis. (m/s²)

y: number

Acceleration force along the y axis. (m/s²)

z: number

Acceleration force along the z axis. (m/s²)

LENGTH: number = ...

Methods

Generated using TypeDoc