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