Navigation
API > API/Runtime > API/Runtime/ChaosCore
| Name | TVector< FRealSingle, 3 > |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Vector.h |
| Include Path | #include "Chaos/Vector.h" |
Syntax
template<>
class TVector< FRealSingle, 3 > : public UE::Math::TVector< FRealSingle >
Inheritance Hierarchy
- TVector → TVector< FRealSingle, 3 >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FElement | FRealSingle | Chaos/Vector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
void FlushToZero
(
FRealSingle Epsilon |
Chaos/Vector.h | ||
TVector< FRealSingle, 3 > GetOrthogonalVector() |
Chaos/Vector.h | ||
FRealSingle Max () |
Chaos/Vector.h | ||
int32 MaxAxis() |
Chaos/Vector.h | ||
FRealSingle Mid() |
Chaos/Vector.h | ||
FRealSingle Min() |
Chaos/Vector.h | ||
FRealSingle Product() |
Chaos/Vector.h | ||
FRealSingle SafeNormalize
(
FRealSingle Epsilon |
Chaos/Vector.h | ||
TVector () |
Chaos/Vector.h | ||
TVector
(
const FRealSingle x |
Chaos/Vector.h | ||
TVector
(
const UE::Math::TVector< FRealSingle >& vec |
Chaos/Vector.h | ||
TVector
(
const UE::Math::TVector< FRealDouble >& vec |
Chaos/Vector.h | ||
TVector
(
const UE::Math::TVector4< FRealSingle >& vec |
Chaos/Vector.h | ||
TVector
(
const UE::Math::TVector4< FRealDouble >& vec |
Chaos/Vector.h | ||
TVector
(
const FRealSingle x, |
Chaos/Vector.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/Vector.h | |||
static TVector< FRealSingle, 3 > AxisVector
(
const int32 Axis |
Chaos/Vector.h | ||
static TVector< FRealSingle, 3 > CalculateVelocity
(
const TVector< FRealSingle, 3 >& P0, |
Calculate the velocity to move from P0 to P1 in time Dt. | Chaos/Vector.h | |
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< FRealSingle, 3 > operator-() |
Chaos/Vector.h | ||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| Chaos/Vector.h | |||
| 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< FRealSingle, 3 >& V |
Chaos/Vector.h |