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