Class SensorReadingQuaternion
SensorReadingQuaternion
public sealed class SensorReadingQuaternion
- Inheritance
-
SensorReadingQuaternion
- Inherited Members
Properties
W
w
[JsonPropertyName("w")]
public double W { get; set; }
Property Value
X
x
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
y
[JsonPropertyName("y")]
public double Y { get; set; }
Property Value
Z
z
[JsonPropertyName("z")]
public double Z { get; set; }