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