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