Liking cljdoc? Tell your friends :D
ClojureScript only.

web.divice.DeviceRotationRate

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.
raw docstring

alphacljs

(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`
sourceraw docstring

betacljs

(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`
sourceraw docstring

gammacljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close