Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float dtAtan2
(
float x, |
Detour/DetourCommon.h | ||
double dtAtan2
(
double x, |
Detour/DetourCommon.h |
dtAtan2(float, float)
| Name | dtAtan2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
float dtAtan2
(
float x,
float y
)
dtAtan2(double, double)
| Name | dtAtan2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
double dtAtan2
(
double x,
double y
)