Struct Transform
Describes a transform in 3d space (local space or world space), which consists of position, rotation and scaling.
struct Microsoft::Azure::RemoteRendering::Transform
Fields
Position
Microsoft::Azure::RemoteRendering::Double3 Position{};
Rotation
Microsoft::Azure::RemoteRendering::Quaternion Rotation{};
Scale
Microsoft::Azure::RemoteRendering::Float3 Scale{};