op_Multiply

operator *

2 つの行列を連結します

public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
パラメータタイプ説明
leftFMatrix4
rightFMatrix4

関連項目


operator *

行列と double 値を乗算します

public static FMatrix4 operator *(FMatrix4 lhs, float v)
パラメータタイプ説明
lhsFMatrix4Lhs。
vSingleV.

戻り値

結果マトリックス

関連項目