Transform(Double3, Quaternion, Float3) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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