Matrix4x4.Create Method
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.
Overloads
Create(Matrix3x2)
public:
static System::Numerics::Matrix4x4 Create(System::Numerics::Matrix3x2 value);
public static System.Numerics.Matrix4x4 Create(System.Numerics.Matrix3x2 value);
static member Create : System.Numerics.Matrix3x2 -> System.Numerics.Matrix4x4
Public Shared Function Create (value As Matrix3x2) As Matrix4x4
Parameters
- value
- Matrix3x2
Returns
Applies to
Create(Vector4)
public:
static System::Numerics::Matrix4x4 Create(System::Numerics::Vector4 value);
public static System.Numerics.Matrix4x4 Create(System.Numerics.Vector4 value);
static member Create : System.Numerics.Vector4 -> System.Numerics.Matrix4x4
Public Shared Function Create (value As Vector4) As Matrix4x4
Parameters
- value
- Vector4
Returns
Applies to
Create(Single)
Create(Vector4, Vector4, Vector4, Vector4)
public:
static System::Numerics::Matrix4x4 Create(System::Numerics::Vector4 x, System::Numerics::Vector4 y, System::Numerics::Vector4 z, System::Numerics::Vector4 w);
public static System.Numerics.Matrix4x4 Create(System.Numerics.Vector4 x, System.Numerics.Vector4 y, System.Numerics.Vector4 z, System.Numerics.Vector4 w);
static member Create : System.Numerics.Vector4 * System.Numerics.Vector4 * System.Numerics.Vector4 * System.Numerics.Vector4 -> System.Numerics.Matrix4x4
Public Shared Function Create (x As Vector4, y As Vector4, z As Vector4, w As Vector4) As Matrix4x4
Parameters
- x
- Vector4
- y
- Vector4
- z
- Vector4
- w
- Vector4
Returns
Applies to
Create(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
public:
static System::Numerics::Matrix4x4 Create(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44);
public static System.Numerics.Matrix4x4 Create(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44);
static member Create : single * single * single * single * single * single * single * single * single * single * single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function Create (m11 As Single, m12 As Single, m13 As Single, m14 As Single, m21 As Single, m22 As Single, m23 As Single, m24 As Single, m31 As Single, m32 As Single, m33 As Single, m34 As Single, m41 As Single, m42 As Single, m43 As Single, m44 As Single) As Matrix4x4
Parameters
- m11
- Single
- m12
- Single
- m13
- Single
- m14
- Single
- m21
- Single
- m22
- Single
- m23
- Single
- m24
- Single
- m31
- Single
- m32
- Single
- m33
- Single
- m34
- Single
- m41
- Single
- m42
- Single
- m43
- Single
- m44
- Single