Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include | #include "Math/UnrealMathFPU.h" |
Syntax
struct AlignedDouble4
Remarks
Helper for conveniently aligning a double array for extraction from VectorRegister4Double.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double[4] | V |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AlignedDouble4
(
const VectorRegister4Double& Vec |
Functions
| Type | Name | Description | |
|---|---|---|---|
| VectorRegister4Double |
Operators
| Type | Name | Description | |
|---|---|---|---|
| double | operator[]
(
int32 Index |
||
| double & | operator[]
(
int32 Index |