Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h |
| Include | #include "Chaos/SimdTypes.h" |
Syntax
template<int TNumLanes>
struct TSimdVec3f
Remarks
A TNumLanes-wide set of floating point 3-vectors. The vector elements are stored as 3 vectors of Xs, Ys and Zs.
FSimd4Vec3f C = SimdCrossProduct(A, B);
Variables
| Type | Name | Description | |
|---|---|---|---|
| float[TNumLanes] | VX | ||
| float[TNumLanes] | VY | ||
| float[TNumLanes] | VZ |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSimdVec3f () |
|||
TSimdVec3f
(
const FVec3f& V |