FMatrix4.op_Multiply

operator *

Concatenate the two matrices

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

See Also


operator *

Multiply the matrix and double value

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

Return Value

Result matrix

See Also