Matrix4x4F::SetProduct 方法 (d2d1_1helper.h)
將兩個矩陣相乘,並將結果儲存在此矩陣中。
語法
void SetProduct(
[ref] const Matrix4x4F & a,
[ref] const Matrix4x4F & b
);
參數
[ref] a
類型:const Matrix4x4F
要相乘的第一個矩陣。
[ref] b
類型:const Matrix4x4F
要相乘的第二個矩陣。
傳回值
無
規格需求
目標平台 | Windows |
標頭 | d2d1_1helper.h |