Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
T CosineAngle2D
&40;
TVector< T > B
&41; const
Remarks
Returns the cosine of the angle between this vector and another projected onto the XY plane (no Z). The cosine.
Parameters
| Name | Description |
|---|---|
| B | the other vector to find the 2D cosine of the angle with. |