Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float VectorDot3Scalar
(
const VectorRegister4Float& Vec1, |
Calculates the dot3 product of two vectors and returns a scalar value. | Math/UnrealMathFPU.h | |
double VectorDot3Scalar
(
const VectorRegister4Double& Vec1, |
Math/UnrealMathFPU.h |
VectorDot3Scalar(const VectorRegister4Float &, const VectorRegister4Float &)
Description
Calculates the dot3 product of two vectors and returns a scalar value.
| Name | VectorDot3Scalar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
float VectorDot3Scalar
(
const VectorRegister4Float & Vec1,
const VectorRegister4Float & Vec2
)
d = dot3(Vec1.xyz, Vec2.xyz)
Parameters
| Name | Remarks |
|---|---|
| Vec1 | 1st vector |
| Vec2 | 2nd vector |
VectorDot3Scalar(const VectorRegister4Double &, const VectorRegister4Double &)
| Name | VectorDot3Scalar |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
double VectorDot3Scalar
(
const VectorRegister4Double & Vec1,
const VectorRegister4Double & Vec2
)