Click or drag to resize

MatrixMultiply Method (Matrix)

Matrix multiplication

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

Parameters

m
Type: Microsoft.DirectXMatrix
Matrix to multiply by
See Also