![]() |
Ark Server API (ASA) - Wiki
|
#include <Vector4.h>
Public Types | |
using | FReal = T |
Static Public Member Functions | |
static TVector4< T > | Zero () |
static TVector4< T > | One () |
Public Attributes | ||
union { | ||
struct { | ||
T X | ||
T Y | ||
T Z | ||
T W | ||
} | ||
T XYZW [4] | ||
}; | ||
Private Member Functions | |
bool | SerializeFromVector3 (FName StructTag, FArchive &Ar) |
Friends | |
FORCEINLINE friend uint32 | GetTypeHash (const UE::Math::TVector4< T > &Vector) |
A 4D homogeneous vector, 4x1 FLOATs, 16-byte aligned.
FORCEINLINE UE::Math::TVector4< T >::TVector4 | ( | const UE::Math::TVector< T > & | InVector | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
explicit |
|
explicit |
FORCEINLINE UE::Math::TVector4< T >::TVector4 | ( | const FIntVector4 & | InVector | ) |
|
explicit |
FORCEINLINE UE::Math::TVector4< T >::TVector4 | ( | ENoInit | ) |
FORCEINLINE T & UE::Math::TVector4< T >::Component | ( | int32 | Index | ) |
FORCEINLINE const T & UE::Math::TVector4< T >::Component | ( | int32 | Index | ) | const |
FORCEINLINE bool UE::Math::TVector4< T >::ContainsNaN | ( | ) | const |
|
inline |
FORCEINLINE bool UE::Math::TVector4< T >::Equals | ( | const TVector4< T > & | V, |
T | Tolerance = UE_KINDA_SMALL_NUMBER ) const |
FORCEINLINE void UE::Math::TVector4< T >::FindBestAxisVectors3 | ( | TVector4< T > & | Axis1, |
TVector4< T > & | Axis2 ) const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::GetSafeNormal | ( | T | Tolerance = UE_SMALL_NUMBER | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::GetUnsafeNormal3 | ( | ) | const |
FORCEINLINE bool UE::Math::TVector4< T >::InitFromString | ( | const FString & | InSourceString | ) |
FORCEINLINE bool UE::Math::TVector4< T >::IsNearlyZero3 | ( | T | Tolerance = UE_KINDA_SMALL_NUMBER | ) | const |
FORCEINLINE bool UE::Math::TVector4< T >::IsUnit3 | ( | T | LengthSquaredTolerance = UE_KINDA_SMALL_NUMBER | ) | const |
FORCEINLINE bool UE::Math::TVector4< T >::operator!= | ( | const TVector4< T > & | V | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator* | ( | const TVector4< T > & | V | ) | const |
|
inline |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator*= | ( | const TVector4< T > & | V | ) |
|
inline |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator+ | ( | const TVector4< T > & | V | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator+= | ( | const TVector4< T > & | V | ) |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator- | ( | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator- | ( | const TVector4< T > & | V | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator-= | ( | const TVector4< T > & | V | ) |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator/ | ( | const TVector4< T > & | V | ) | const |
|
inline |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator/= | ( | const TVector4< T > & | V | ) |
|
inline |
FORCEINLINE bool UE::Math::TVector4< T >::operator== | ( | const TVector4< T > & | V | ) | const |
FORCEINLINE T & UE::Math::TVector4< T >::operator[] | ( | int32 | ComponentIndex | ) |
FORCEINLINE T UE::Math::TVector4< T >::operator[] | ( | int32 | ComponentIndex | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::operator^ | ( | const TVector4< T > & | V | ) | const |
FORCEINLINE TVector4< T > UE::Math::TVector4< T >::Reflect3 | ( | const TVector4< T > & | Normal | ) | const |
|
inline |
Return the FRotator orientation corresponding to the direction in which the vector points. Sets Yaw and Pitch to the proper numbers, and sets roll to zero because the roll can't be determined from a vector. Identical to 'ToOrientationRotator()'.
|
private |
FORCEINLINE void UE::Math::TVector4< T >::Set | ( | T | InX, |
T | InY, | ||
T | InZ, | ||
T | InW ) |
FORCEINLINE T UE::Math::TVector4< T >::Size | ( | ) | const |
FORCEINLINE T UE::Math::TVector4< T >::Size3 | ( | ) | const |
FORCEINLINE T UE::Math::TVector4< T >::SizeSquared | ( | ) | const |
FORCEINLINE T UE::Math::TVector4< T >::SizeSquared3 | ( | ) | const |
Return the Quaternion orientation corresponding to the direction in which the vector points.
Return the FRotator orientation corresponding to the direction in which the vector points. Sets Yaw and Pitch to the proper numbers, and sets roll to zero because the roll can't be determined from a vector.
FORCEINLINE FString UE::Math::TVector4< T >::ToString | ( | ) | const |
|
friend |
union { ... } UE::Math::TVector4< T > |
T UE::Math::TVector4< T >::W |
T UE::Math::TVector4< T >::X |
T UE::Math::TVector4< T >::Y |
T UE::Math::TVector4< T >::Z |