chrome-devtools-kotlin
Toggle table of contents
7.0.0-1400418
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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)