FMatrix4Multiply(FMatrix4, FMatrix4) Method
Multiply two matrices and return the resulting matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FMatrix4 Multiply(
FMatrix4 matrixA,
FMatrix4 matrixB
)
Public Shared Function Multiply (
matrixA As FMatrix4,
matrixB As FMatrix4
) As FMatrix4
No code example is currently available or this language may not be supported.
- matrixA FMatrix4
-
Reference to the first matrix.
- matrixB FMatrix4
-
Reference to the second matrix.
FMatrix4
Reference to the resulting matrix.