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.
This property indicates the rate of rotation around the Z axis
in degrees per second -- in a web.DeviceRotationRate
object.
`var alpha = deviceRotationRate.alpha;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/alpha
Property. This property indicates the rate of rotation around the Z axis in degrees per second -- in a `web.DeviceRotationRate` object. `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.
This property indicates the rate of rotation around the X axis
in degrees per second -- in a web.DeviceRotationRate
object.
`var beta = deviceRotationRate.beta;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/beta
Property. This property indicates the rate of rotation around the X axis in degrees per second -- in a `web.DeviceRotationRate` object. `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.
This property indicates the rate of rotation around the Y axis
in degrees per second -- in a web.DeviceRotationRate
object.
`var gamma = deviceRotationRate.gamma;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/gamma
Property. This property indicates the rate of rotation around the Y axis in degrees per second -- in a `web.DeviceRotationRate` object. `var gamma = deviceRotationRate.gamma; This property is read-only.` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/gamma`
(set-alpha! this val)
Property.
This property indicates the rate of rotation around the Z axis
in degrees per second -- in a web.DeviceRotationRate
object.
`var alpha = deviceRotationRate.alpha;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/alpha
Property. This property indicates the rate of rotation around the Z axis in degrees per second -- in a `web.DeviceRotationRate` object. `var alpha = deviceRotationRate.alpha; This property is read-only.` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/alpha`
(set-beta! this val)
Property.
This property indicates the rate of rotation around the X axis
in degrees per second -- in a web.DeviceRotationRate
object.
`var beta = deviceRotationRate.beta;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/beta
Property. This property indicates the rate of rotation around the X axis in degrees per second -- in a `web.DeviceRotationRate` object. `var beta = deviceRotationRate.beta; This property is read-only.` See also: `https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/beta`
(set-gamma! this val)
Property.
This property indicates the rate of rotation around the Y axis
in degrees per second -- in a web.DeviceRotationRate
object.
`var gamma = deviceRotationRate.gamma;
This property is read-only.`
See also: https://developer.mozilla.org/en-US/docs/Web/API/DeviceRotationRate/gamma
Property. This property indicates the rate of rotation around the Y axis in degrees per second -- in a `web.DeviceRotationRate` object. `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