![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DoubleFloat.h>
Public Member Functions | |
| FDFMatrix (FMatrix44f M, FVector3f PostTranslation) | |
| FDFMatrix ()=default | |
Static Public Member Functions | |
| static CORE_API FMatrix44f | SafeCastMatrix (const FMatrix &Matrix) |
| static CORE_API FDFMatrix | MakeToRelativeWorldMatrix (const FVector3f Origin, const FMatrix &ToWorld) |
| static CORE_API FMatrix | MakeToRelativeWorldMatrixDouble (const FVector Origin, const FMatrix &ToWorld) |
| static CORE_API FDFMatrix | MakeClampedToRelativeWorldMatrix (const FVector3f Origin, const FMatrix &ToWorld) |
| static CORE_API FMatrix | MakeClampedToRelativeWorldMatrixDouble (const FVector Origin, const FMatrix &ToWorld) |
Public Attributes | |
| FMatrix44f | M {} |
| FVector3f | PostTranslation {} |
|
inline |
|
default |
|
static |
|
static |
|
static |
|
static |
|
static |
| FMatrix44f FDFMatrix::M {} |
| FVector3f FDFMatrix::PostTranslation {} |