Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorMatrixInverse
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathDirectX.h |
| Include | #include "Math/UnrealMathDirectX.h" |
bool VectorMatrixInverse
(
FMatrix * DstMatrix,
const FMatrix * SrcMatrix
)
Remarks
Calculate the inverse of an FMatrix.
Parameters
| Name | Description |
|---|---|
| DstMatrix | FMatrix pointer to where the result should be stored |
| SrcMatrix | FMatrix pointer to the Matrix to be inversed |