Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static double Vector_CosineAngle2D
&40;
FVector A,
FVector B
&41;
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. |