kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Emulation
/
SensorReadingQuaternion
Sensor
Reading
Quaternion
@
Serializable
data
class
SensorReadingQuaternion
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
,
val
w
:
Double
)
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
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
z
Link copied to clipboard
val
z
:
Double