op_Multiply

operator *

Sammanfoga de två matriserna

public static FMatrix4 operator *(FMatrix4 left, FMatrix4 right)
ParameterTypBeskrivning
leftFMatrix4
rightFMatrix4

Se även


operator *

Multiplicera matrisen och dubbelvärde

public static FMatrix4 operator *(FMatrix4 lhs, float v)
ParameterTypBeskrivning
lhsFMatrix4Lhs.
vSingleV.

Returvärde

Resultatmatris

Se även