Table of Contents

Class SensorReadingQuaternion

Namespace
Selenium.WebDriver.BiDi.Cdp.Emulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SensorReadingQuaternion : IEquatable<SensorReadingQuaternion>
Inheritance
SensorReadingQuaternion
Implements
Inherited Members

Constructors

SensorReadingQuaternion(double, double, double, double)

public SensorReadingQuaternion(double X, double Y, double Z, double W)

Parameters

X double
Y double
Z double
W double

Properties

W

public double W { get; init; }

Property Value

double

X

public double X { get; init; }

Property Value

double

Y

public double Y { get; init; }

Property Value

double

Z

public double Z { get; init; }

Property Value

double