Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Dot3
(
const UE::Math::TVector4< T >& V1, |
Calculates 3D Dot product of two 4D vectors. | Math/Vector4.h | |
T Dot3
(
const UE::Math::TVector4< T >& V1, |
Calculates 3D Dot product of one 4D vectors and one 3D vector | Math/Vector4.h | |
T Dot3
(
const UE::Math::TVector< T >& V1, |
Math/Vector4.h |
Dot3(const UE::Math::TVector4< T > &, const UE::Math::TVector4< T > &)
Description
Calculates 3D Dot product of two 4D vectors.
| Name | Dot3 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include Path | #include "Math/Vector4.h" |
template<typename T>
T Dot3
(
const UE::Math::TVector4 < T > & V1,
const UE::Math::TVector4 < T > & V2
)
The 3D Dot product.
Parameters
| Name | Remarks |
|---|---|
| V1 | The first vector. |
| V2 | The second vector. |
Dot3(const UE::Math::TVector4< T > &, const UE::Math::TVector< T > &)
Description
Calculates 3D Dot product of one 4D vectors and one 3D vector
| Name | Dot3 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include Path | #include "Math/Vector4.h" |
template<typename T>
T Dot3
(
const UE::Math::TVector4 < T > & V1,
const UE::Math::TVector < T > & V2
)
The 3D Dot product.
Parameters
| Name | Remarks |
|---|---|
| V1 | The first vector. |
| V2 | The second vector. |
Dot3(const UE::Math::TVector< T > &, const UE::Math::TVector4< T > &)
| Name | Dot3 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include Path | #include "Math/Vector4.h" |
template<typename T>
T Dot3
(
const UE::Math::TVector < T > & V1,
const UE::Math::TVector4 < T > & V2
)