A DeviceRotationRate object provides information about the rate which the device is rotating around all three axes.
A DeviceRotationRate object provides information about the rate which the device is rotating around all three axes.
(alpha this)
Property.
[Read Only]
This property indicates the rate of rotation around the Z axis
in degrees per second -- in a web.divice.DeviceRotationRate
`var alpha = deviceRotationRate.alpha;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/alpha
Property. [Read Only] This property indicates the rate of rotation around the Z axis in degrees per second -- in a `web.divice.DeviceRotationRate` `var alpha = deviceRotationRate.alpha; This property is read-only.` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/alpha`
(beta this)
Property.
[Read Only]
This property indicates the rate of rotation around the X axis
in degrees per second -- in a web.divice.DeviceRotationRate
`var beta = deviceRotationRate.beta;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/beta
Property. [Read Only] This property indicates the rate of rotation around the X axis in degrees per second -- in a `web.divice.DeviceRotationRate` `var beta = deviceRotationRate.beta; This property is read-only.` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/beta`
(gamma this)
Property.
[Read Only]
This property indicates the rate of rotation around the Y axis
in degrees per second -- in a web.divice.DeviceRotationRate
`var gamma = deviceRotationRate.gamma;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/gamma
Property. [Read Only] This property indicates the rate of rotation around the Y axis in degrees per second -- in a `web.divice.DeviceRotationRate` `var gamma = deviceRotationRate.gamma; This property is read-only.` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/gamma`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close