Matrix4x4::Transform Method

Transforms the specified matrix by applying the specified Quaternion rotation.

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

public:
static Matrix4x4 Transform(
	Matrix4x4 value, 
	Quaternion rotation
)

Parameters

value
Type: System.Numerics::Matrix4x4

The matrix to transform.

rotation
Type: System.Numerics::Quaternion

The rotation t apply.

Return Value

Type: System.Numerics::Matrix4x4
The transformed matrix.
Show: