op_Multiply

operator *

Verketten Sie die beiden Matrizen

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

Siehe auch


operator *

Multiplizieren Sie die Matrix und verdoppeln Sie den Wert

public static FMatrix4 operator *(FMatrix4 lhs, float v)
ParameterTypBeschreibung
lhsFMatrix4Links.
vSinglev.

Rückgabewert

Ergebnismatrix

Siehe auch