Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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{};