Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TCoreSegment |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/CoreSegment.h |
| Include Path | #include "Chaos/CoreSegment.h" |
Syntax
template<class T>
class TCoreSegment
Constructors
| 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 |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MAxis | TVec3< T > | Chaos/CoreSegment.h | ||
| MLength | T | Chaos/CoreSegment.h | ||
| MPoint | TVec3< T > | Chaos/CoreSegment.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAABB< T, 3 > BoundingBox() |
Chaos/CoreSegment.h | ||
const TVec3< T > & GetAxis() |
Chaos/CoreSegment.h | ||
const TVec3< T > GetCenter() |
Chaos/CoreSegment.h | ||
T GetLength() |
Chaos/CoreSegment.h | ||
const TVec3< T > & GetX1() |
Chaos/CoreSegment.h | ||
TVec3< T > GetX2() |
Chaos/CoreSegment.h | ||
bool IsConvex() |
Chaos/CoreSegment.h | ||
void Serialize
(
FArchive& Ar |
Chaos/CoreSegment.h | ||
TVec3< T > Support
(
const TVec3< T >& Direction, |
Chaos/CoreSegment.h | ||
TVec3< T > SupportCore
(
const TVec3< T >& Direction, |
Chaos/CoreSegment.h | ||
FString ToString() |
Chaos/CoreSegment.h |