Click or drag to resize

Matrix Constructor

Initializes a new instance of the Matrix struct.

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Matrix(
	Matrix m
)

Parameters

m
Type: Microsoft.DirectXMatrix
Initial value for all components of the matrix.
See Also