FMatrix4Multiply Operator

Multiply two matrices and return the result.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FMatrix4 operator *(
	FMatrix4 a,
	FMatrix4 b
)

Parameters

a  FMatrix4
Reference to matrix A.
b  FMatrix4
Reference to matrix B.

Return Value

FMatrix4
A reference to the result of the operation.

See Also