@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="DeviceMotionEventRotationRate")
public class DeviceMotionEventRotationRate
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceMotionEventRotationRate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
alpha()
This property indicates the rate of rotation around the Z axis -- in degrees per second -- in a DeviceMotionEventRotationRate object.
|
java.lang.Double |
beta()
This property indicates the rate of rotation around the X axis -- in degrees per second -- in a DeviceMotionEventRotationRate object.
|
java.lang.Double |
gamma()
This property indicates the rate of rotation around the Y axis -- in degrees per second -- in a DeviceMotionEventRotationRate object.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="alpha") @Nullable public java.lang.Double alpha()
@JsProperty(name="beta") @Nullable public java.lang.Double beta()
@JsProperty(name="gamma") @Nullable public java.lang.Double gamma()