Sdílet prostřednictvím


Transform(Double3, Quaternion, Float3) Constructor

Definition

public:
 Transform(Microsoft::Azure::RemoteRendering::Double3 position, Microsoft::Azure::RemoteRendering::Quaternion rotation, Microsoft::Azure::RemoteRendering::Float3 scale);
public Transform (Microsoft.Azure.RemoteRendering.Double3 position, Microsoft.Azure.RemoteRendering.Quaternion rotation, Microsoft.Azure.RemoteRendering.Float3 scale);
new Microsoft.Azure.RemoteRendering.Transform : Microsoft.Azure.RemoteRendering.Double3 * Microsoft.Azure.RemoteRendering.Quaternion * Microsoft.Azure.RemoteRendering.Float3 -> Microsoft.Azure.RemoteRendering.Transform
Public Sub New (position As Double3, rotation As Quaternion, scale As Float3)

Parameters

position
Double3
rotation
Quaternion
scale
Float3

Applies to