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: 19.00.00
Syntax
C#
public Matrix(
	Matrix m
)

Parameters

m  Matrix
Initial value for all components of the matrix.
See Also