Class ZapGyroscope

Represent a device's rate of rotation.

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

Hierarchy

  • ZapGyroscope

Implements

Constructors

Properties

Methods

Constructors

Properties

resource: ZapResource = ZapResource.GYROSCOPE

A resource type of the object.

x: number

Rate of rotation around the x axis. (rad/s)

y: number

Rate of rotation around the y axis. (rad/s)

z: number

Rate of rotation around the z axis. (rad/s)

LENGTH: number = ...

Methods

Generated using TypeDoc