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{};
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Single precision quaternion to describe an object rotation.
struct Microsoft::Azure::RemoteRendering::Quaternion
float X{};
float Y{};
float Z{};
float W{};