The Gyroscope interface of the Sensor APIs provides on each reading angular velocity of the device along all three axes.
The Gyroscope interface of the Sensor APIs provides on each reading angular velocity of the device along all three axes.
(x this)
Property.
[Read Only]
The x read-only property of the web.sensors.Gyroscope
interface
a double precision integer containing the angular velocity of
device along the its x axis.
var x = gyroscope.x
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/x
Property. [Read Only] The x read-only property of the `web.sensors.Gyroscope` interface a double precision integer containing the angular velocity of device along the its x axis. `var x = gyroscope.x` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/x`
(y this)
Property.
[Read Only]
The y read-only property of the web.sensors.Gyroscope
interface
a double precision integer containing the angular velocity of
device along the its y axis.
var y = gyroscope.y
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/y
Property. [Read Only] The y read-only property of the `web.sensors.Gyroscope` interface a double precision integer containing the angular velocity of device along the its y axis. `var y = gyroscope.y` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/y`
(z this)
Property.
[Read Only]
The z read-only property of the web.sensors.Gyroscope
interface
a double precision integer containing the angular velocity of
device along the its z axis.
var z = gyroscope.z
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/z
Property. [Read Only] The z read-only property of the `web.sensors.Gyroscope` interface a double precision integer containing the angular velocity of device along the its z axis. `var z = gyroscope.z` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/z`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |