Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void VectorMatrixMultiply
(
FMatrix44d* Result, |
Multiplies two 4x4 matrices. | Math/UnrealMathFPU.h | |
void VectorMatrixMultiply
(
FMatrix44f* Result, |
Math/UnrealMathFPU.h |
VectorMatrixMultiply(FMatrix44d , const FMatrix44d , const FMatrix44d *)
Description
Multiplies two 4x4 matrices.
| Name | VectorMatrixMultiply |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
void VectorMatrixMultiply
(
FMatrix44d * Result,
const FMatrix44d * Matrix1,
const FMatrix44d * Matrix2
)
Parameters
| Name | Remarks |
|---|---|
| Result | Pointer to where the result should be stored |
| Matrix1 | Pointer to the first matrix |
| Matrix2 | Pointer to the second matrix |
VectorMatrixMultiply(FMatrix44f , const FMatrix44f , const FMatrix44f *)
| Name | VectorMatrixMultiply |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
void VectorMatrixMultiply
(
FMatrix44f * Result,
const FMatrix44f * Matrix1,
const FMatrix44f * Matrix2
)