Struct Quaternion
Single precision quaternion to describe an object rotation.
struct Microsoft::Azure::RemoteRendering::Quaternion
Fields
X
float X{};
Y
float Y{};
Z
float Z{};
W
float W{};
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Single precision quaternion to describe an object rotation.
struct Microsoft::Azure::RemoteRendering::Quaternion
float X{};
float Y{};
float Z{};
float W{};