Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void dtVRot90
(
dtReal* dest, |
Rotate by 90 degree increments. | Detour/DetourCommon.h | |
void dtVRot90
(
unsigned short* dest, |
Rotate by 90 degree increments. | Detour/DetourCommon.h |
dtVRot90(dtReal , const dtReal , const dtRotation)
Description
Rotate by 90 degree increments.
| Name | dtVRot90 |
| 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 dtVRot90
(
dtReal * dest,
const dtReal * v,
const dtRotation rot
)
Parameters
| Name | Remarks |
|---|---|
| dest | The result position. [(x, y, z)] |
| v | The vector to rotate. [(x, y, z)] |
| rot | The rotation enum value. |
dtVRot90(unsigned short , const unsigned short , const dtRotation)
Description
Rotate by 90 degree increments.
| Name | dtVRot90 |
| 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 dtVRot90
(
unsigned short * dest,
const unsigned short * v,
const dtRotation rot
)
Parameters
| Name | Remarks |
|---|---|
| dest | The result position. [(x, y, z)] |
| v | The vector to rotate. [(x, y, z)] |
| rot | The rotation enum value. |