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{};
Ezt a böngészőt már nem támogatjuk.
Frissítsen a Microsoft Edge-re, hogy kihasználhassa a legújabb funkciókat, a biztonsági frissítéseket és a technikai támogatást.
Single precision quaternion to describe an object rotation.
struct Microsoft::Azure::RemoteRendering::Quaternion
float X{};
float Y{};
float Z{};
float W{};