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{};
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Single precision quaternion to describe an object rotation.
struct Microsoft::Azure::RemoteRendering::Quaternion
float X{};
float Y{};
float Z{};
float W{};