Table of Contents

Class SensorReadingQuaternion

Namespace
OpenQA.Selenium.DevTools.V131.Emulation
Assembly
WebDriver.dll

SensorReadingQuaternion

public sealed class SensorReadingQuaternion
Inheritance
SensorReadingQuaternion
Inherited Members

Properties

W

w

[JsonPropertyName("w")]
public double W { get; set; }

Property Value

double

X

x

[JsonPropertyName("x")]
public double X { get; set; }

Property Value

double

Y

y

[JsonPropertyName("y")]
public double Y { get; set; }

Property Value

double

Z

z

[JsonPropertyName("z")]
public double Z { get; set; }

Property Value

double