Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TVector< T, 3 > |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Vector.h |
| Include Path | #include "Chaos/Vector.h" |
Syntax
template<class T>
class TVector< T, 3 >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FElement | T | Chaos/Vector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TVector< T, 3 > | union Chaos::TVector< T, 3 > | Chaos/Vector.h | ||
| X | T | Chaos/Vector.h | ||
| XYZ | T | Chaos/Vector.h | ||
| Y | T | Chaos/Vector.h | ||
| Z | T | Chaos/Vector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
bool ContainsNaN() |
Chaos/Vector.h | ||
TVector< T, 3 > GetSafeNormal() |
Chaos/Vector.h | ||
T Max() |
Chaos/Vector.h | ||
T Mid() |
Chaos/Vector.h | ||
T Min() |
Chaos/Vector.h | ||
int32 Num() |
Chaos/Vector.h | ||
T Product() |
Chaos/Vector.h | ||
T SafeNormalize() |
Chaos/Vector.h | ||
T Size() |
Chaos/Vector.h | ||
T SizeSquared() |
Chaos/Vector.h | ||
TVector () |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
TVector
(
T InX |
Chaos/Vector.h | ||
TVector
(
const UE::Math::TVector< FReal >& Other |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
TVector
(
T InX, |
Chaos/Vector.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TVector< T, 3 > AxisVector
(
const int32 Axis |
Chaos/Vector.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< T, 3 > operator-() |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
TVector< T, 3 > & operator*=
(
const T S |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
T & operator[]
(
int32 Idx |
Chaos/Vector.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS T operator[]
(
int32 Idx |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
bool operator==
(
const TVector< T, 3 >& Other |
Chaos/Vector.h |