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 | 
|---|---|---|
| System.Double | quaternionX | The x quaternion of the transformation matrix.  | 
    
| System.Double | quaternionY | The y quaternion of the transformation matrix.  | 
    
| System.Double | quaternionZ | The z quaternion of the transformation matrix.  | 
    
| System.Double | quaternionW | The w quaternion of the transformation matrix.  | 
    
| System.Double | translationX | The x position of the transformation matrix.  | 
    
| System.Double | translationY | The y position of the transformation matrix.  | 
    
| System.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 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.6 - 200.8 | 
| Xamarin.Android | 100.6 - 100.15 | 
| Xamarin.iOS | 100.6 - 100.15 | 
| UWP | 100.6 - 200.8 |