Matrix4x4 Constructor (Matrix3x2)

Creates a Matrix4x4 object from a specified Matrix3x2 object.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
Matrix4x4(
	Matrix3x2 value
)

Parameters

value
Type: System.Numerics::Matrix3x2

A 3x2 matrix.

This constructor creates a 4x4 matrix whose M13, M14, M23, M24, M31, M32, M34, and M43 components are zero, and whose M33 and M44 components are one.

Show: