FMatrix4Multiply Operator
Multiply two matrices and return the result.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FMatrix4 operator *(
FMatrix4 a,
FMatrix4 b
)
Public Shared Operator * (
a As FMatrix4,
b As FMatrix4
) As FMatrix4
No code example is currently available or this language may not be supported.
- a FMatrix4
-
Reference to matrix A.
- b FMatrix4
-
Reference to matrix B.
FMatrix4
A reference to the result of the operation.