toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.emulation
/
SensorReadingQuaternion
Sensor
Reading
Quaternion
@
Serializable
data
class
SensorReadingQuaternion
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
,
val
w
:
Double
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Sensor
Reading
Quaternion
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
Properties
w
Link copied to clipboard
val
w
:
Double
(undocumented in the protocol definition)
x
Link copied to clipboard
val
x
:
Double
(undocumented in the protocol definition)
y
Link copied to clipboard
val
y
:
Double
(undocumented in the protocol definition)
z
Link copied to clipboard
val
z
:
Double
(undocumented in the protocol definition)