Method Create
Create(Double, Double, Double, Double, Double, Double, Double)
Creates an instance of the Transformation
Declaration
public static TransformationMatrix Create(double quaternionX, double quaternionY, double quaternionZ, double quaternionW, double translationX, double translationY, double translationZ)
Parameters
Type | Name | Description |
---|---|---|
System. |
quaternionX | The x quaternion of the transformation matrix. |
System. |
quaternionY | The y quaternion of the transformation matrix. |
System. |
quaternionZ | The z quaternion of the transformation matrix. |
System. |
quaternionW | The w quaternion of the transformation matrix. |
System. |
translationX | The x position of the transformation matrix. |
System. |
translationY | The y position of the transformation matrix. |
System. |
translationZ | The z position of the transformation matrix. |
Returns
Type | Description |
---|---|
Transformation |
A new TransformationMatrix object |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.6 - 200.6 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.6 |