Navigation
API > API/Runtime > API/Runtime/ChaosCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorUnpackLo
(
const VectorRegister4Float& A, |
Selects and interleaves the lower two SP FP values from A and B. | Chaos/VectorUtility.h | |
VectorRegister4Double VectorUnpackLo
(
const VectorRegister4Double& A, |
Selects and interleaves the lower two DP FP values from A and B. | Chaos/VectorUtility.h |
VectorUnpackLo(const VectorRegister4Float &, const VectorRegister4Float &)
Description
Selects and interleaves the lower two SP FP values from A and B.
| Name | VectorUnpackLo |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/VectorUtility.h |
| Include Path | #include "Chaos/VectorUtility.h" |
VectorRegister4Float VectorUnpackLo
(
const VectorRegister4Float & A,
const VectorRegister4Float & B
)
VectorRegister4Float( A.x, B.x, A.y, B.y)
Parameters
| Name | Remarks |
|---|---|
| A | 1st vector |
| B | 2nd vector |
VectorUnpackLo(const VectorRegister4Double &, const VectorRegister4Double &)
Description
Selects and interleaves the lower two DP FP values from A and B.
| Name | VectorUnpackLo |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/VectorUtility.h |
| Include Path | #include "Chaos/VectorUtility.h" |
VectorRegister4Double VectorUnpackLo
(
const VectorRegister4Double & A,
const VectorRegister4Double & B
)
VectorRegister4Float( A.x, B.x, A.y, B.y)
Parameters
| Name | Remarks |
|---|---|
| A | 1st vector |
| B | 2nd vector |