Navigation
API > API/Runtime > API/Runtime/Navmesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T dtMin
(
T a, |
Returns the minimum of two values. | Detour/DetourCommon.h | |
dtReal dtMin
(
dtReal a, |
Detour/DetourCommon.h |
dtMin(T, T)
Description
Returns the minimum of two values.
| Name | dtMin |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
template<class T>
T dtMin
(
T a,
T b
)
The minimum of the two values.
Parameters
| Name | Remarks |
|---|---|
| a | Value A |
| b | Value B |
dtMin(dtReal, dtReal)
| Name | dtMin |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h |
| Include Path | #include "Detour/DetourCommon.h" |
dtReal dtMin
(
dtReal a,
dtReal b
)