Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void dtRotate90
(
dtReal* dest, |
Rotate vector around center position by increments of 90 degrees. | Detour/DetourCommon.h | |
void dtRotate90
(
unsigned short* dest, |
Rotate vector around center position by increments of 90 degrees. | Detour/DetourCommon.h |
dtRotate90(dtReal , const dtReal , const dtReal *, const dtRotation)
Description
Rotate vector around center position by increments of 90 degrees.
| Name | dtRotate90 |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp |
void dtRotate90
(
dtReal * dest,
const dtReal * v,
const dtReal * center,
const dtRotation rot
)
Parameters
| Name | Remarks |
|---|---|
| dest | The result position. [(x, y, z)] |
| v | The vector to rotate. [(x, y, z)] |
| center | The center point. [(x, y, z)] |
| rot | The rotation enum value. |
dtRotate90(unsigned short , const unsigned short , const unsigned short *, const dtRotation)
Description
Rotate vector around center position by increments of 90 degrees.
| Name | dtRotate90 |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourCommon.cpp |
void dtRotate90
(
unsigned short * dest,
const unsigned short * v,
const unsigned short * center,
const dtRotation rot
)
Parameters
| Name | Remarks |
|---|---|
| dest | The result position. [(x, y, z)] |
| v | The vector to rotate. [(x, y, z)] |
| center | The center point. [(x, y, z)] |
| rot | The rotation enum value. |