Initializes a new instance of the Matrix struct.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic Matrix(
Matrix m
)
Parameters
- m Matrix
- Initial value for all components of the matrix.
See Also