Class SensorReadingQuaternion
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
Properties
W
public double W { get; init; }
Property Value
X
public double X { get; init; }
Property Value
Y
public double Y { get; init; }
Property Value
Z
public double Z { get; init; }