Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TSimdVec3f
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSimdVec3f Make
(
const FVec3f& V |
Chaos/SimdTypes.h | ||
static TSimdVec3f Make
(
const FVec3f& V0, |
Chaos/SimdTypes.h |
Make(const FVec3f &)
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h |
| Include Path | #include "Chaos/SimdTypes.h" |
static TSimdVec3f Make
(
const FVec3f & V
)
Make(const FVec3f &, const FVec3f &, const FVec3f &, const FVec3f &)
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h |
| Include Path | #include "Chaos/SimdTypes.h" |
static TSimdVec3f Make
(
const FVec3f & V0,
const FVec3f & V1,
const FVec3f & V2,
const FVec3f & V3
)