Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/DoubleFloat.h |
| Include | #include "Math/DoubleFloat.h" |
Syntax
struct FDFInverseMatrix
Remarks
Transforms from absolute world space.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMatrix44f | M | ||
| FVector3f | PreTranslation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDFInverseMatrix
(
FMatrix44f M, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDFInverseMatrix | MakeFromRelativeWorldMatrix
(
const FVector3f Origin, |
Apply pre-translation to matrix. | |
| FMatrix | MakeFromRelativeWorldMatrixDouble
(
const FVector Origin, |