Struct Quaternion
Quaternion coordinates object.
Assembly: Meadow.Foundation.dll
View Source
public struct Quaternion
Properties
W
W component of the quaternion.
View Source
public readonly double W { get; }
X
X component of the quaternion.
View Source
public readonly double X { get; }
Y
Y component of the quaternion.
View Source
public readonly double Y { get; }
Z
Z component of the quaternion.
View Source
public readonly double Z { get; }