Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TCoreSegment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCoreSegment () |
Chaos/CoreSegment.h | ||
TCoreSegment
(
const TVec3< T >& X1, |
Chaos/CoreSegment.h | ||
TCoreSegment
(
const TVec3< T >& X1, |
Chaos/CoreSegment.h |
TCoreSegment()
| Name | TCoreSegment |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/CoreSegment.h |
| Include Path | #include "Chaos/CoreSegment.h" |
TCoreSegment()
TCoreSegment(const TVec3< T > &, const TVec3< T > &)
| Name | TCoreSegment |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/CoreSegment.h |
| Include Path | #include "Chaos/CoreSegment.h" |
TCoreSegment
(
const TVec3< T > & X1,
const TVec3< T > & X2
)
TCoreSegment(const TVec3< T > &, const TVec3< T > &, const T)
| Name | TCoreSegment |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/CoreSegment.h |
| Include Path | #include "Chaos/CoreSegment.h" |
TCoreSegment
(
const TVec3< T > & X1,
const TVec3< T > & Axis,
const T Length
)