Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector2D.h |
| Include | #include "Math/Vector2D.h" |
T Dot
(
const TVector2 < T > & V2
) const
Remarks
Get the dot product of this vector against another. The dot product.
Parameters
| Name | Description |
|---|---|
| V2 | The vector to measure dot product against. |