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.
Constructor.
The Gyroscope constructor creates a new web.Gyroscope
object which provides on each reading the angular velocity of the device along all three axes.
options Optional Options are as follows:
frequency: The desired number of times per second a sample should be taken, meaning the number of times per second that web.sensor.onreading
will be called. A whole number or decimal may be used, the latter for frequencies less than a second. The actual reading frequency depends device hardware and consequently may be less than requested.
referenceFrame: Either 'device' or 'screen'. The default is 'device'.
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/Gyroscope
Constructor. The Gyroscope constructor creates a new `web.Gyroscope` object which provides on each reading the angular velocity of the device along all three axes. options Optional Options are as follows: frequency: The desired number of times per second a sample should be taken, meaning the number of times per second that `web.sensor.onreading` will be called. A whole number or decimal may be used, the latter for frequencies less than a second. The actual reading frequency depends device hardware and consequently may be less than requested. referenceFrame: Either 'device' or 'screen'. The default is 'device'. See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/Gyroscope`
(set-x! this val)
Property.
The x read-only property of the web.Gyroscope
interface returns
double precision integer containing the angular velocity of the
along the its x axis.
var x = gyroscope.x
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/x
Property. The x read-only property of the `web.Gyroscope` interface returns double precision integer containing the angular velocity of the along the its x axis. `var x = gyroscope.x` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/x`
(set-y! this val)
Property.
The y read-only property of the web.Gyroscope
interface returns
double precision integer containing the angular velocity of the
along the its y axis.
var y = gyroscope.y
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/y
Property. The y read-only property of the `web.Gyroscope` interface returns double precision integer containing the angular velocity of the along the its y axis. `var y = gyroscope.y` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/y`
(set-z! this val)
Property.
The z read-only property of the web.Gyroscope
interface returns
double precision integer containing the angular velocity of the
along the its z axis.
var z = gyroscope.z
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/z
Property. The z read-only property of the `web.Gyroscope` interface returns double precision integer containing the angular velocity of the along the its z axis. `var z = gyroscope.z` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/z`
(x this)
Property.
The x read-only property of the web.Gyroscope
interface returns
double precision integer containing the angular velocity of the
along the its x axis.
var x = gyroscope.x
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/x
Property. The x read-only property of the `web.Gyroscope` interface returns double precision integer containing the angular velocity of the 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.
The y read-only property of the web.Gyroscope
interface returns
double precision integer containing the angular velocity of the
along the its y axis.
var y = gyroscope.y
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/y
Property. The y read-only property of the `web.Gyroscope` interface returns double precision integer containing the angular velocity of the 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.
The z read-only property of the web.Gyroscope
interface returns
double precision integer containing the angular velocity of the
along the its z axis.
var z = gyroscope.z
See also: https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/z
Property. The z read-only property of the `web.Gyroscope` interface returns double precision integer containing the angular velocity of the along the its z axis. `var z = gyroscope.z` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Gyroscope/z`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close